Home
last modified time | relevance | path

Searched refs:large_dalloc_junk (Results 1 – 6 of 6) sorted by relevance

/external/jemalloc_new/test/unit/
Djunk.c63 large_dalloc_junk_orig = large_dalloc_junk; in test_junk()
64 large_dalloc_junk = large_dalloc_junk_intercept; in test_junk()
119 large_dalloc_junk = large_dalloc_junk_orig; in test_junk()
/external/jemalloc_new/include/jemalloc/internal/
Dlarge_externs.h13 extern large_dalloc_junk_t *JET_MUTABLE large_dalloc_junk;
Dtcache_inlines.h202 large_dalloc_junk(ptr, sz_index2size(binind)); in tcache_dalloc_large()
Dprivate_namespace_jet.h210 #define large_dalloc_junk JEMALLOC_N(large_dalloc_junk) macro
Dprivate_namespace.h207 #define large_dalloc_junk JEMALLOC_N(large_dalloc_junk) macro
/external/jemalloc_new/src/
Dlarge.c86 large_dalloc_junk_t *JET_MUTABLE large_dalloc_junk = large_dalloc_junk_impl; variable
96 large_dalloc_junk(ptr, size); in large_dalloc_maybe_junk_impl()