Home
last modified time | relevance | path

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

/third_party/ulib/jemalloc/src/
A Dlarge.c63 #undef large_dalloc_junk
64 #define large_dalloc_junk JEMALLOC_N(n_large_dalloc_junk) macro
67 large_dalloc_junk(void *ptr, size_t usize) in large_dalloc_junk() function
72 #undef large_dalloc_junk
73 #define large_dalloc_junk JEMALLOC_N(large_dalloc_junk) macro
74 large_dalloc_junk_t *large_dalloc_junk = JEMALLOC_N(n_large_dalloc_junk);
90 large_dalloc_junk(ptr, usize); in large_dalloc_maybe_junk()
/third_party/ulib/jemalloc/include/jemalloc/internal/
A Dlarge_externs.h15 extern large_dalloc_junk_t *large_dalloc_junk;
19 void large_dalloc_junk(void *ptr, size_t usize);
A Dprivate_symbols.txt258 large_dalloc_junk
A Dtcache_inlines.h278 large_dalloc_junk(ptr, size); in tcache_dalloc_large()
A Dprivate_namespace.h258 #define large_dalloc_junk JEMALLOC_N(large_dalloc_junk) macro
A Dprivate_unnamespace.h258 #undef large_dalloc_junk
/third_party/ulib/jemalloc/test/unit/
A Djunk.c71 large_dalloc_junk_orig = large_dalloc_junk; in test_junk()
72 large_dalloc_junk = large_dalloc_junk_intercept; in test_junk()
124 large_dalloc_junk = large_dalloc_junk_orig; in test_junk()

Completed in 10 milliseconds