Home
last modified time | relevance | path

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

/external/jemalloc/src/
Dhuge.c129 #undef huge_dalloc_junk
130 #define huge_dalloc_junk JEMALLOC_N(huge_dalloc_junk_impl) macro
133 huge_dalloc_junk(void *ptr, size_t usize) in huge_dalloc_junk() function
146 #undef huge_dalloc_junk
147 #define huge_dalloc_junk JEMALLOC_N(huge_dalloc_junk) macro
148 huge_dalloc_junk_t *huge_dalloc_junk = JEMALLOC_N(huge_dalloc_junk_impl); variable
240 huge_dalloc_junk((void *)((uintptr_t)ptr + usize), in huge_ralloc_no_move_shrink()
422 huge_dalloc_junk(extent_node_addr_get(node), in huge_dalloc()
/external/jemalloc/test/unit/
Djunk.c80 huge_dalloc_junk_orig = huge_dalloc_junk; in test_junk()
81 huge_dalloc_junk = huge_dalloc_junk_intercept; in test_junk()
127 huge_dalloc_junk = huge_dalloc_junk_orig; in test_junk()
/external/jemalloc/include/jemalloc/internal/
Dhuge.h21 extern huge_dalloc_junk_t *huge_dalloc_junk;
Dprivate_symbols.txt283 huge_dalloc_junk
Dprivate_namespace.h283 #define huge_dalloc_junk JEMALLOC_N(huge_dalloc_junk) macro
Dprivate_unnamespace.h283 #undef huge_dalloc_junk