memory allocator meaning in Chinese
存储分配程序
存储分配器
Examples
- The memory allocator will always return the memory block from the free - list , which best fits the required size
) 。内存分配器将总是从空闲列表中返回一个最合适大小的内存块。 - Kernel virtual memory management kernel memory allocator , a component that tries to satisfy the requests for memory
内核虚拟内存的管理/内核内存分配器,这是一个用来满足对内存的请求的组件。 - Or else your program would leak memory , and eventually the memory allocator would fail and your program would crash . whenever you allocated an object with
每一个new操作必须有相应的delete操作,否则您的程序就会泄漏内存,最终内存分配器( memory allocator )就会出故障,而您的程序就会崩溃。 - After giving all - sided analysis and evaluation on kinds of memory allocation pattern , it designs rtps _ cached _ allocator , a pooled memory allocator which can decrease the overhead resulted from the general dynamic heap allocation , in order to improve the dynamic performance of a system and meet the de mand of qos predictability . a memory pool management framework , mpmf , is also shown
在全面分析总结各种内存分配模式及其优缺点与适用环境的基础上,针对实时响应系统对动态性能和qos可预测性的需求,设计实现了一个能够有效减少内存分配开销的池式分配器rtpsmachemllocator ,提出了一个内存池管理框架mpmf 。