Searched refs:huge_dalloc_junk (Results 1 - 5 of 5) sorted by relevance

/external/jemalloc/src/
H A Dhuge.c137 #undef huge_dalloc_junk macro
138 #define huge_dalloc_junk JEMALLOC_N(huge_dalloc_junk_impl) macro
141 huge_dalloc_junk(void *ptr, size_t usize) function
154 #undef huge_dalloc_junk macro
155 #define huge_dalloc_junk JEMALLOC_N(huge_dalloc_junk) macro
156 huge_dalloc_junk_t *huge_dalloc_junk = JEMALLOC_N(huge_dalloc_junk_impl); variable
175 huge_dalloc_junk(node->addr, node->size);
/external/jemalloc/include/jemalloc/internal/
H A Dhuge.h20 extern huge_dalloc_junk_t *huge_dalloc_junk;
H A Dprivate_namespace.h203 #define huge_dalloc_junk JEMALLOC_N(huge_dalloc_junk) macro
H A Dprivate_unnamespace.h203 #undef huge_dalloc_junk macro
/external/jemalloc/test/unit/
H A Djunk.c64 huge_dalloc_junk_orig = huge_dalloc_junk;
65 huge_dalloc_junk = huge_dalloc_junk_intercept;
107 huge_dalloc_junk = huge_dalloc_junk_orig;

Completed in 611 milliseconds