因为分配器中的基本数据结构允许在malloc,free或realloc的任何一个中任意时刻进行合并,相应的高速缓冲探索都很容易应用。
Because the basic data structures in the allocator permit coalescing at any time, in any of malloc, free, or realloc, corresponding caching heuristics are easy to apply.
内存分配器必须的数据结构来组织关于内存的分配和释放内存块的信息使用。
The memory allocator must use some memory for data structures to organize information about blocks of memory that are allocated and freed.
内存分配器必须的数据结构来组织关于内存的分配和释放内存块的信息使用。
The memory allocator must use some memory for data structures to organize information about blocks of memory that are allocated and freed.
应用推荐