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

  /external/jemalloc/include/jemalloc/internal/
public_namespace.h 8 #define je_free JEMALLOC_N(free) macro
public_unnamespace.h 8 #undef je_free macro
  /external/jemalloc/include/jemalloc/
jemalloc_rename.h 14 # define je_free je_free macro
jemalloc_mangle.h 19 # define free je_free
50 # undef je_free macro
jemalloc.h 46 # define je_free je_free macro
129 JEMALLOC_EXPORT void je_free(void *ptr);
180 # define free je_free
211 # undef je_free macro
  /external/jemalloc/src/
jemalloc.c 1306 je_free(void *ptr) function
1362 JEMALLOC_EXPORT void (*__free_hook)(void *ptr) = je_free;
    [all...]

Completed in 283 milliseconds