Home
last modified time | relevance | path

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

/external/jemalloc/include/jemalloc/internal/
Dhuge.h24 void huge_dalloc(tsd_t *tsd, void *ptr, tcache_t *tcache);
Dprivate_symbols.txt263 huge_dalloc
Dprivate_namespace.h265 #define huge_dalloc JEMALLOC_N(huge_dalloc) macro
Darena.h1410 huge_dalloc(tsd, ptr, tcache); in arena_dalloc()
1461 huge_dalloc(tsd, ptr, tcache); in arena_sdalloc()
Dprivate_unnamespace.h265 #undef huge_dalloc
/external/jemalloc/src/
Dhuge.c381 huge_dalloc(tsd_t *tsd, void *ptr, tcache_t *tcache) in huge_dalloc() function