Initializing the slab allocator and creating slab caches for vfs, buffer cache, etc 初始化slab分配器并为vfs、缓冲区高速缓存等创建slab高速缓存
The memory allocator will always return the memory block from the free-list, which best fits the required size )。内存分配器将总是从空闲列表中返回一个最合适大小的内存块。
Heat cost allocators for the determination of the consumption of room heating radiators . appliances with electrical energy supply 测定房间暖气片损耗用的热量成本分配器.带供电源的器具
Heat cost allocators for the determination of the consumption of room heating radiators-appliances with electrical energy supply 测定房间暖气设备损耗用的热量费用分配器.带电能源的器具
Kernel virtual memory management kernel memory allocator, a component that tries to satisfy the requests for memory 内核虚拟内存的管理/内核内存分配器,这是一个用来满足对内存的请求的组件。
Heat cost allocators for the determination of the consumption of room heating radiators-appliances with electrical energy supply; german version en 834 : 1994 室内采暖散热器的耗电量测定用采暖费用分配器.供电设
Heat cost allocators for the determination of the consumption of room heating radiators-appliances without an electrical energy supply, based on the evaporation principle 测定房间暖气片消耗的热成本分配器.以蒸发原理为基础的不带电源器具
Heat cost allocators for the determination of the consumption of room heating radiators . appliances without an electrical energy supply based on the evaporation principle 测定房间暖气片损耗用的热量成本分配器.以蒸发原理为基础的不带电能源的器具
The problem faced by all garbage collection algorithms is the same-identify blocks of memory that have been dispensed by the allocator, but are unreachable by the user program 所有垃圾收集算法所面临的问题是相同的找出由分配器分配的,但是用户程序不可到达的内存块。
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操作,否则您的程序就会泄漏内存,最终内存分配器(memoryallocator)就会出故障,而您的程序就会崩溃。