Home
last modified time | relevance | path

Searched +defs:malloc +defs:stats (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/kern/
H A Dsubr_blist.c119 #define malloc(a,b,c) calloc(a, 1) macro
429 gap_stats_counting(const struct gap_stats *stats) in gap_stats_counting()
439 init_gap_stats(struct gap_stats *stats) in init_gap_stats()
450 update_gap_stats(struct gap_stats *stats, daddr_t posn) in update_gap_stats()
496 dump_gap_stats(const struct gap_stats *stats, struct sbuf *s) in dump_gap_stats()
534 struct gap_stats *stats = &gstats; in blist_stats() local
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dzone.c18 void *(*malloc)(struct _malloc_zone_t *, size_t); member
310 zone_statistics(malloc_zone_t *zone, malloc_statistics_t *stats) { in zone_statistics()