OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:huge_allocated
(Results
1 - 3
of
3
) sorted by null
/external/jemalloc/src/
stats.c
216
size_t
huge_allocated
;
local
254
CTL_I_GET("stats.arenas.0.huge.allocated", &
huge_allocated
, size_t);
260
huge_allocated
, huge_nmalloc, huge_ndalloc, huge_nrequests);
263
small_allocated + large_allocated +
huge_allocated
,
/external/jemalloc/include/jemalloc/internal/
private_namespace.h
200
#define
huge_allocated
JEMALLOC_N(
huge_allocated
)
macro
private_unnamespace.h
200
#undef
huge_allocated
macro
Completed in 690 milliseconds