Searched refs:malloc_bin_stats_t (Results 1 - 5 of 5) sorted by last modified time

/external/jemalloc/include/jemalloc/internal/
H A Darena.h299 malloc_bin_stats_t stats;
453 size_t *ndirty, arena_stats_t *astats, malloc_bin_stats_t *bstats,
H A Dctl.h47 malloc_bin_stats_t bstats[NBINS];
H A Dstats.h5 typedef struct malloc_bin_stats_s malloc_bin_stats_t; typedef in typeref:struct:malloc_bin_stats_s
/external/jemalloc/src/
H A Darena.c2352 size_t *ndirty, arena_stats_t *astats, malloc_bin_stats_t *bstats,
2452 memset(&bin->stats, 0, sizeof(malloc_bin_stats_t));
H A Dctl.c458 memset(astats->bstats, 0, NBINS * sizeof(malloc_bin_stats_t));

Completed in 131 milliseconds