Searched refs:slab (Results 1 - 1 of 1) sorted by relevance

/ndk/sources/cxx-stl/gabi++/src/
H A Dcxxabi.cc88 // several items of the same size. A slab contains an array of item slots,
118 void* slab = slab_list_; local
119 void* next_slab = *(void**)((char*)slab + slab_next_offset_);
121 ::munmap(slab, PAGE_SIZE);
154 // No more free items, allocate a new slab with mmap().
160 // Prepend to the slab list.
164 // Put all item slots in the new slab into the free item list.
183 size_t item_slab_count_; // number of items in each slab.
184 size_t slab_next_offset_; // offset of pointer to next slab in list.

Completed in 71 milliseconds