Home
last modified time | relevance | path

Searched refs:huge_allocated (Results 1 – 4 of 4) sorted by relevance

/external/jemalloc/src/
Dstats.c268 size_t huge_allocated; in stats_arena_print() local
322 CTL_M2_GET("stats.arenas.0.huge.allocated", i, &huge_allocated, size_t); in stats_arena_print()
330 huge_allocated, huge_nmalloc, huge_ndalloc, huge_nrequests); in stats_arena_print()
334 small_allocated + large_allocated + huge_allocated, in stats_arena_print()
/external/jemalloc/include/jemalloc/internal/
Dprivate_symbols.txt253 huge_allocated
Dprivate_namespace.h253 #define huge_allocated JEMALLOC_N(huge_allocated) macro
Dprivate_unnamespace.h253 #undef huge_allocated