Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h184 #define extent_heap_remove_first JEMALLOC_N(extent_heap_remove_first) macro
/freebsd/contrib/jemalloc/src/
H A Dbase.c430 extent = extent_heap_remove_first(&base->avail[i]); in base_alloc_impl()
H A Darena.c1031 extent_t *slab = extent_heap_remove_first(&bin->slabs_nonfull); in arena_bin_slabs_nonfull_tryget()
1076 while ((slab = extent_heap_remove_first(&bin->slabs_nonfull)) != NULL) { in arena_bin_reset()