搜索资源列表
AN-1013
- xilinx内嵌CPU下的UCOS移植,不错源码可编译。-xilinx
prj0.tar
- linux 源代码: When free() is called, the memory cannot usually be returned to the OS, do to contiguity restrictions. So your implementation should simply put this memory on its own internal free list. When malloc() is calle
include
- 您有时可能不只道怎摸改变数据段空间位置吧 请用 sbrk 函数。 sbrk 函数就是改变数据段空间位置的函数 - change the location of data
how_glibc_affects_malloc_performance
- 本文讲述了glib是如何影响malloc性能的。glibc中通过mmap和sbrk两种方式来实现内存分配,两种方式性能各不相同。-This article describes how glib the performance of malloc. glibc mmap and sbrk through two ways to implement memory allocation, performance varied in two w
sbrk
- shared with brk() implementation.
TCSystemAlloc
- Routine that uses sbrk/mmap to allocate memory from the system. Useful for implementing malloc for Linux.
linuxbrk
- 关于linux的内存分配brk sbrk以及mmap munmap 的使用方法 -linux sbrk brk mmap munmap
system-alloc
- Routine that uses sbrk mmap to allocate memory the system. Useful for implementing malloc. -Routine that uses sbrk mmap to allocate memory the system. Useful for implementing malloc.