Searched refs:extent_heap_remove_first (Results 1 – 5 of 5) sorted by relevance
180 extent_heap_remove_first
180 #define extent_heap_remove_first JEMALLOC_N(extent_heap_remove_first) macro
180 #undef extent_heap_remove_first
304 extent = extent_heap_remove_first(&base->avail[i]); in base_alloc()
782 extent_t *slab = extent_heap_remove_first(&bin->slabs_nonfull); in arena_bin_slabs_nonfull_tryget()858 while ((slab = extent_heap_remove_first(&bin->slabs_nonfull)) != in arena_reset()907 while ((extent = extent_heap_remove_first(extents)) != NULL) { in arena_destroy_retained()
Completed in 639 milliseconds