Home
last modified time | relevance | path

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

/external/jemalloc_new/src/
Dstats.c798 #define GET_AND_EMIT_MEM_STAT(stat) \ in stats_arena_print() macro
805 GET_AND_EMIT_MEM_STAT(mapped) in stats_arena_print()
806 GET_AND_EMIT_MEM_STAT(retained) in stats_arena_print()
807 GET_AND_EMIT_MEM_STAT(base) in stats_arena_print()
808 GET_AND_EMIT_MEM_STAT(internal) in stats_arena_print()
809 GET_AND_EMIT_MEM_STAT(metadata_thp) in stats_arena_print()
810 GET_AND_EMIT_MEM_STAT(tcache_bytes) in stats_arena_print()
811 GET_AND_EMIT_MEM_STAT(resident) in stats_arena_print()
812 #undef GET_AND_EMIT_MEM_STAT in stats_arena_print()