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

  /external/jemalloc/include/jemalloc/internal/
public_namespace.h 7 #define je_realloc JEMALLOC_N(realloc) macro
public_unnamespace.h 7 #undef je_realloc macro
  /external/jemalloc/include/jemalloc/
jemalloc_rename.h 13 # define je_realloc je_realloc macro
jemalloc_mangle.h 18 # define realloc je_realloc
50 # undef je_realloc macro
jemalloc.h 47 # define je_realloc je_realloc macro
141 JEMALLOC_EXPORT void *je_realloc(void *ptr, size_t size);
197 # define realloc je_realloc
229 # undef je_realloc macro
  /external/jemalloc/src/
jemalloc.c 1750 je_realloc(void *ptr, size_t size) function
    [all...]

Completed in 320 milliseconds