Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Dprivate_namespace.h166 #define extent_heap_empty JEMALLOC_N(extent_heap_empty) macro
Dprivate_namespace_jet.h167 #define extent_heap_empty JEMALLOC_N(extent_heap_empty) macro
/external/jemalloc_new/src/
Dextent.c316 if (extent_heap_empty(&extents->heaps[pind])) { in extents_insert_locked()
343 if (extent_heap_empty(&extents->heaps[pind])) { in extents_remove_locked()
375 assert(!extent_heap_empty(&extents->heaps[i])); in extents_fit_alignment()
418 assert(!extent_heap_empty(&extents->heaps[i]));
442 assert(!extent_heap_empty(&extents->heaps[i])); in extents_first_fit_locked()