OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:large_allocated
(Results
1 - 1
of
1
) sorted by null
/external/jemalloc/src/
stats.c
266
size_t
large_allocated
;
local
312
CTL_M2_GET("stats.arenas.0.large.allocated", i, &
large_allocated
,
321
large_allocated
, large_nmalloc, large_ndalloc, large_nrequests);
334
small_allocated +
large_allocated
+ huge_allocated,
Completed in 75 milliseconds