Home
last modified time | relevance | path

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

/external/jemalloc/include/jemalloc/internal/
Dhuge.h25 void huge_dalloc(tsd_t *tsd, void *ptr, tcache_t *tcache);
Dprivate_symbols.txt254 huge_dalloc
Dprivate_namespace.h254 #define huge_dalloc JEMALLOC_N(huge_dalloc) macro
Darena.h1207 huge_dalloc(tsd, ptr, tcache); in arena_dalloc()
1256 huge_dalloc(tsd, ptr, tcache); in arena_sdalloc()
Dprivate_unnamespace.h254 #undef huge_dalloc
/external/jemalloc/src/
Dhuge.c375 huge_dalloc(tsd_t *tsd, void *ptr, tcache_t *tcache) in huge_dalloc() function