OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:small_ndalloc
(Results
1 - 2
of
2
) sorted by null
/external/jemalloc/src/
stats.c
327
uint64_t small_nmalloc,
small_ndalloc
, small_nrequests;
local
411
CTL_M2_GET("stats.arenas.0.small.ndalloc", i, &
small_ndalloc
, uint64_t);
423
"\t\t\t\t\t\"ndalloc\": %"FMTu64",\n",
small_ndalloc
);
436
small_allocated, small_nmalloc,
small_ndalloc
,
499
small_ndalloc
+ large_ndalloc + huge_ndalloc,
[
all
...]
/external/jemalloc_new/src/
stats.c
533
uint64_t small_nmalloc,
small_ndalloc
, small_nrequests;
local
769
alloc_count_ndalloc.uint64_val =
small_ndalloc
+ large_ndalloc;
[
all
...]
Completed in 389 milliseconds