Home
last modified time | relevance | path

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

/external/jemalloc_new/src/
Dstats.c733 #define GET_AND_EMIT_ALLOC_STAT(small_or_large, name, valtype) \ in stats_arena_print() macro
744 GET_AND_EMIT_ALLOC_STAT(small, allocated, size) in stats_arena_print()
745 GET_AND_EMIT_ALLOC_STAT(small, nmalloc, uint64) in stats_arena_print()
746 GET_AND_EMIT_ALLOC_STAT(small, ndalloc, uint64) in stats_arena_print()
747 GET_AND_EMIT_ALLOC_STAT(small, nrequests, uint64) in stats_arena_print()
755 GET_AND_EMIT_ALLOC_STAT(large, allocated, size) in stats_arena_print()
756 GET_AND_EMIT_ALLOC_STAT(large, nmalloc, uint64) in stats_arena_print()
757 GET_AND_EMIT_ALLOC_STAT(large, ndalloc, uint64) in stats_arena_print()
758 GET_AND_EMIT_ALLOC_STAT(large, nrequests, uint64) in stats_arena_print()
763 #undef GET_AND_EMIT_ALLOC_STAT in stats_arena_print()