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

  /external/jemalloc/src/
huge.c 129 #undef huge_dalloc_junk macro
130 #define huge_dalloc_junk JEMALLOC_N(huge_dalloc_junk_impl) macro
133 huge_dalloc_junk(void *ptr, size_t usize) function
146 #undef huge_dalloc_junk macro
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),
422 huge_dalloc_junk(extent_node_addr_get(node),
  /external/jemalloc/include/jemalloc/internal/
private_namespace.h 283 #define huge_dalloc_junk JEMALLOC_N(huge_dalloc_junk) macro
    [all...]
private_unnamespace.h 283 #undef huge_dalloc_junk macro

Completed in 1033 milliseconds