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
115
malloc_large_stats_t
*lstats;
ctl.h
48
malloc_large_stats_t
*lstats; /* nlclasses elements. */
arena.h
454
malloc_large_stats_t
*lstats);
[
all
...]
/external/jemalloc/src/
tcache.c
461
malloc_large_stats_t
*lstats = &arena->stats.lstats[i - NBINS];
ctl.c
436
astats->lstats = (
malloc_large_stats_t
*)base_alloc(nlclasses *
437
sizeof(
malloc_large_stats_t
));
460
sizeof(
malloc_large_stats_t
));
[
all
...]
arena.c
[
all
...]
Completed in 672 milliseconds