Searched refs:large_dalloc_junk (Results 1 – 7 of 7) sorted by relevance
63 #undef large_dalloc_junk64 #define large_dalloc_junk JEMALLOC_N(n_large_dalloc_junk) macro67 large_dalloc_junk(void *ptr, size_t usize) in large_dalloc_junk() function72 #undef large_dalloc_junk73 #define large_dalloc_junk JEMALLOC_N(large_dalloc_junk) macro74 large_dalloc_junk_t *large_dalloc_junk = JEMALLOC_N(n_large_dalloc_junk);90 large_dalloc_junk(ptr, usize); in large_dalloc_maybe_junk()
15 extern large_dalloc_junk_t *large_dalloc_junk;19 void large_dalloc_junk(void *ptr, size_t usize);
258 large_dalloc_junk
278 large_dalloc_junk(ptr, size); in tcache_dalloc_large()
258 #define large_dalloc_junk JEMALLOC_N(large_dalloc_junk) macro
258 #undef large_dalloc_junk
71 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