Searched refs:large_dalloc_maybe_junk (Results 1 – 6 of 6) sorted by relevance
78 #undef large_dalloc_maybe_junk79 #define large_dalloc_maybe_junk JEMALLOC_N(n_large_dalloc_maybe_junk) macro82 large_dalloc_maybe_junk(void *ptr, size_t usize) in large_dalloc_maybe_junk() function94 #undef large_dalloc_maybe_junk95 #define large_dalloc_maybe_junk JEMALLOC_N(large_dalloc_maybe_junk) macro96 large_dalloc_maybe_junk_t *large_dalloc_maybe_junk =122 large_dalloc_maybe_junk(extent_addr_get(trail), in large_ralloc_no_move_shrink()300 large_dalloc_maybe_junk(extent_addr_get(extent), in large_dalloc_impl()
17 extern large_dalloc_maybe_junk_t *large_dalloc_maybe_junk;20 void large_dalloc_maybe_junk(void *ptr, size_t usize);
260 large_dalloc_maybe_junk
260 #define large_dalloc_maybe_junk JEMALLOC_N(large_dalloc_maybe_junk) macro
260 #undef large_dalloc_maybe_junk
73 large_dalloc_maybe_junk_orig = large_dalloc_maybe_junk; in test_junk()74 large_dalloc_maybe_junk = large_dalloc_maybe_junk_intercept; in test_junk()125 large_dalloc_maybe_junk = large_dalloc_maybe_junk_orig; in test_junk()
Completed in 10 milliseconds