Home
last modified time | relevance | path

Searched refs:extent_heap_remove_first (Results 1 – 5 of 5) sorted by relevance

/third_party/ulib/jemalloc/include/jemalloc/internal/
A Dprivate_symbols.txt180 extent_heap_remove_first
A Dprivate_namespace.h180 #define extent_heap_remove_first JEMALLOC_N(extent_heap_remove_first) macro
A Dprivate_unnamespace.h180 #undef extent_heap_remove_first
/third_party/ulib/jemalloc/src/
A Dbase.c304 extent = extent_heap_remove_first(&base->avail[i]); in base_alloc()
A Darena.c782 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