Searched refs:GET_AND_EMIT_ALLOC_STAT (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/jemalloc/src/ |
| H A D | stats.c | 1233 #define GET_AND_EMIT_ALLOC_STAT(small_or_large, name, valtype) \ in stats_arena_print() macro 1244 GET_AND_EMIT_ALLOC_STAT(small, allocated, size) in stats_arena_print() 1245 GET_AND_EMIT_ALLOC_STAT(small, nmalloc, uint64) in stats_arena_print() 1248 GET_AND_EMIT_ALLOC_STAT(small, ndalloc, uint64) in stats_arena_print() 1251 GET_AND_EMIT_ALLOC_STAT(small, nrequests, uint64) in stats_arena_print() 1254 GET_AND_EMIT_ALLOC_STAT(small, nfills, uint64) in stats_arena_print() 1257 GET_AND_EMIT_ALLOC_STAT(small, nflushes, uint64) in stats_arena_print() 1267 GET_AND_EMIT_ALLOC_STAT(large, allocated, size) in stats_arena_print() 1268 GET_AND_EMIT_ALLOC_STAT(large, nmalloc, uint64) in stats_arena_print() 1271 GET_AND_EMIT_ALLOC_STAT(large, ndalloc, uint64) in stats_arena_print() [all …]
|