当前位置:
首页
资源下载

搜索资源 - vxworks memory allocation
搜索资源列表
-
0下载:
This version of malloc for VxWorks contains two different algorithms. One is the BSD based Kingsley \"bucket\" allocator which has some unique fragmentation behavior. The other is Doug Lea s well tested allocator that tries to minimize fragmentation
-
-
0下载:
vxworks 内存管理 静态内存池分配,释放等-VxWorks memory management static memory pool allocation, release, etc.
-
-
0下载:
原创:VxWorks操作系统内存分配解析
嵌入式操作系统分配内存的算法有很多,如最先匹配算法,最优匹配算法,最坏匹配算法,伙伴算法,还有很多人研究了各式各样的各有优势的算法。目前,常用的有VxWorks操作系统使用的最先匹配算法,linux操作系统使用的伙伴算法等。-Original: VxWorks operating system, embedded operating system to resolve memory allocation algorithm to allocate m
-
-
0下载:
vxworks上开发的内存监控模块,可以用来监控内存分配、内存越界和内存泄露-vxworks on the development of memory monitoring module can be used to monitor the memory allocation, memory out of bounds and memory leaks
-
-
0下载:
VxWorks系统下内存分配。实现内存动态分配和释放,解决内存碎片问题。-VxWorks system memory allocation. Dynamic memory allocation and release to solve the problem of memory fragmentation.
-