Home
last modified time | relevance | path

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

/third_party/ulib/jemalloc/src/
A Dlarge.c78 #undef large_dalloc_maybe_junk
79 #define large_dalloc_maybe_junk JEMALLOC_N(n_large_dalloc_maybe_junk) macro
82 large_dalloc_maybe_junk(void *ptr, size_t usize) in large_dalloc_maybe_junk() function
94 #undef large_dalloc_maybe_junk
95 #define large_dalloc_maybe_junk JEMALLOC_N(large_dalloc_maybe_junk) macro
96 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()
/third_party/ulib/jemalloc/include/jemalloc/internal/
A Dlarge_externs.h17 extern large_dalloc_maybe_junk_t *large_dalloc_maybe_junk;
20 void large_dalloc_maybe_junk(void *ptr, size_t usize);
A Dprivate_symbols.txt260 large_dalloc_maybe_junk
A Dprivate_namespace.h260 #define large_dalloc_maybe_junk JEMALLOC_N(large_dalloc_maybe_junk) macro
A Dprivate_unnamespace.h260 #undef large_dalloc_maybe_junk
/third_party/ulib/jemalloc/test/unit/
A Djunk.c73 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