HomeSort by relevance Sort by last modified time
    Searched refs:huge_dalloc_junk (Results 1 - 5 of 5) sorted by null

  /external/jemalloc/src/
huge.c 137 #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/
huge.h 20 extern huge_dalloc_junk_t *huge_dalloc_junk;
private_namespace.h 203 #define huge_dalloc_junk JEMALLOC_N(huge_dalloc_junk) macro
private_unnamespace.h 203 #undef huge_dalloc_junk macro
  /external/jemalloc/test/unit/
junk.c 64 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 256 milliseconds