OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:malloc_huge_stats_t
(Results
1 - 5
of
5
) sorted by null
/external/jemalloc/include/jemalloc/internal/
stats.h
7
typedef struct malloc_huge_stats_s
malloc_huge_stats_t
;
typedef in typeref:struct:malloc_huge_stats_s
143
malloc_huge_stats_t
*hstats;
ctl.h
55
malloc_huge_stats_t
*hstats; /* nhclasses elements. */
arena.h
619
malloc_huge_stats_t
*hstats);
[
all
...]
/external/jemalloc/src/
ctl.c
529
astats->hstats = (
malloc_huge_stats_t
*)a0malloc(nhclasses *
530
sizeof(
malloc_huge_stats_t
));
558
sizeof(
malloc_huge_stats_t
));
[
all
...]
arena.c
[
all
...]
Completed in 4895 milliseconds