OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:malloc_large_stats_t
(Results
1 - 6
of
6
) sorted by null
/external/jemalloc/include/jemalloc/internal/
stats.h
6
typedef struct malloc_large_stats_s
malloc_large_stats_t
;
typedef in typeref:struct:malloc_large_stats_s
132
malloc_large_stats_t
*lstats;
ctl.h
53
malloc_large_stats_t
*lstats; /* nlclasses elements. */
arena.h
587
malloc_large_stats_t
*lstats, malloc_huge_stats_t *hstats);
[
all
...]
/external/jemalloc/src/
tcache.c
434
malloc_large_stats_t
*lstats = &arena->stats.lstats[i - NBINS];
arena.c
[
all
...]
ctl.c
516
astats->lstats = (
malloc_large_stats_t
*)a0malloc(nlclasses *
517
sizeof(
malloc_large_stats_t
));
550
sizeof(
malloc_large_stats_t
));
[
all
...]
Completed in 1057 milliseconds