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

  /external/jemalloc/include/jemalloc/
jemalloc_rename.h 14 # define je_free je_free macro
jemalloc_mangle.h 19 # define free je_free
51 # undef je_free macro
jemalloc.h 74 # define je_free je_free macro
219 JEMALLOC_EXPORT void JEMALLOC_NOTHROW je_free(void *ptr)
338 # define free je_free
370 # undef je_free macro
jemalloc_protos.h 25 JEMALLOC_EXPORT void JEMALLOC_NOTHROW je_free(void *ptr)
  /external/jemalloc/include/jemalloc/internal/
public_unnamespace.h 8 #undef je_free macro
public_namespace.h 8 #define je_free JEMALLOC_N(free) macro
  /external/jemalloc/src/
zone.c 91 je_free(ptr);
129 je_free(ptr);
jemalloc.c 1927 je_free(void *ptr) function
    [all...]
  /external/jemalloc/msvc/projects/vc2015/test_threads/
test_threads.cpp 68 je_free(ptrs[j]);

Completed in 46 milliseconds