| /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/ |
| hpa.h | 69 uint64_t ndehugifies; member in struct:hpa_shard_nonderived_stats_s
|
| /src/external/bsd/jemalloc.old/include/jemalloc/internal/ |
| hpa.h | 69 uint64_t ndehugifies; member in struct:hpa_shard_nonderived_stats_s
|
| /src/external/bsd/jemalloc/dist/include/jemalloc/internal/ |
| hpa.h | 53 uint64_t ndehugifies; member in struct:hpa_shard_nonderived_stats_s
|
| /src/external/bsd/jemalloc/include/jemalloc/internal/ |
| hpa.h | 53 uint64_t ndehugifies; member in struct:hpa_shard_nonderived_stats_s
|
| /src/external/bsd/jemalloc.old/dist/src/ |
| stats.c | 797 uint64_t ndehugifies; local 805 CTL_M2_GET("stats.arenas.0.hpa_shard.ndehugifies", 806 i, &ndehugifies, uint64_t); 833 ndehugifies, rate_per_second(ndehugifies, uptime)); 842 emitter_json_kv(emitter, "ndehugifies", emitter_type_uint64, 843 &ndehugifies);
|
| /src/external/bsd/jemalloc/dist/src/ |
| stats.c | 845 uint64_t ndehugifies; local 876 "stats.arenas.0.hpa_shard.ndehugifies", i, &ndehugifies, uint64_t); 901 rate_per_second(nhugify_failures, uptime), ndehugifies, 902 rate_per_second(ndehugifies, uptime)); 915 emitter, "ndehugifies", emitter_type_uint64, &ndehugifies);
|