Home
last modified time | relevance | path

Searched refs:bootstrap_free (Results 1 – 6 of 6) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
Dprivate_symbols.txt141 bootstrap_free
Dprivate_namespace.h141 #define bootstrap_free JEMALLOC_N(bootstrap_free) macro
Dprivate_unnamespace.h141 #undef bootstrap_free
Djemalloc_internal.h465 void bootstrap_free(void *ptr);
Djemalloc_internal.h.in465 void bootstrap_free(void *ptr);
/external/jemalloc/src/
Djemalloc.c377 bootstrap_free(void *ptr) in bootstrap_free() function