Searched defs:huge_dalloc_junk (Results 1 - 3 of 3) sorted by relevance

/external/jemalloc/src/
H A Dhuge.c113 #undef huge_dalloc_junk macro
114 #define huge_dalloc_junk JEMALLOC_N(huge_dalloc_junk_impl) macro
117 huge_dalloc_junk(void *ptr, size_t usize) function
130 #undef huge_dalloc_junk macro
131 #define huge_dalloc_junk JEMALLOC_N(huge_dalloc_junk) macro
132 huge_dalloc_junk_t *huge_dalloc_junk = JEMALLOC_N(huge_dalloc_junk_impl); variable
219 huge_dalloc_junk((void *)((uintptr_t)ptr + usize),
393 huge_dalloc_junk(extent_node_addr_get(node),
/external/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h266 #define huge_dalloc_junk JEMALLOC_N(huge_dalloc_junk) macro
H A Dprivate_unnamespace.h266 #undef huge_dalloc_junk macro

Completed in 105 milliseconds