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

  /external/jemalloc/include/jemalloc/internal/
prof.h 275 void prof_free(const void *ptr, size_t size);
485 prof_free(const void *ptr, size_t size) function
private_namespace.h 298 #define prof_free JEMALLOC_N(prof_free) macro
private_unnamespace.h 298 #undef prof_free macro
  /external/jemalloc/src/
jemalloc.c 1221 prof_free(ptr, usize);
    [all...]

Completed in 2573 milliseconds