Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/src/
H A Dstats.c851 #define GET_AND_EMIT_ALLOC_STAT(small_or_large, name, valtype) \ in stats_arena_print() macro
862 GET_AND_EMIT_ALLOC_STAT(small, allocated, size) in stats_arena_print()
863 GET_AND_EMIT_ALLOC_STAT(small, nmalloc, uint64) in stats_arena_print()
866 GET_AND_EMIT_ALLOC_STAT(small, ndalloc, uint64) in stats_arena_print()
869 GET_AND_EMIT_ALLOC_STAT(small, nrequests, uint64) in stats_arena_print()
872 GET_AND_EMIT_ALLOC_STAT(small, nfills, uint64) in stats_arena_print()
875 GET_AND_EMIT_ALLOC_STAT(small, nflushes, uint64) in stats_arena_print()
885 GET_AND_EMIT_ALLOC_STAT(large, allocated, size) in stats_arena_print()
886 GET_AND_EMIT_ALLOC_STAT(large, nmalloc, uint64) in stats_arena_print()
889 GET_AND_EMIT_ALLOC_STAT(large, ndalloc, uint64) in stats_arena_print()
[all …]