OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:malloc_bin_stats_t
(Results
1 - 5
of
5
) sorted by null
/external/jemalloc/include/jemalloc/internal/
ctl.h
52
malloc_bin_stats_t
bstats[NBINS];
stats.h
5
typedef struct malloc_bin_stats_s
malloc_bin_stats_t
;
typedef in typeref:struct:malloc_bin_stats_s
arena.h
290
malloc_bin_stats_t
stats;
586
size_t *ndirty, arena_stats_t *astats,
malloc_bin_stats_t
*bstats,
[
all
...]
/external/jemalloc/src/
arena.c
[
all
...]
ctl.c
548
memset(astats->bstats, 0, NBINS * sizeof(
malloc_bin_stats_t
));
[
all
...]
Completed in 199 milliseconds