Home
last modified time | relevance | path

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

/external/jemalloc/include/jemalloc/internal/
Dhuge.h23 void huge_dalloc(tsdn_t *tsdn, void *ptr);
Dprivate_symbols.txt282 huge_dalloc
Dprivate_namespace.h282 #define huge_dalloc JEMALLOC_N(huge_dalloc) macro
Darena.h1486 huge_dalloc(tsdn, ptr); in arena_dalloc()
1542 huge_dalloc(tsdn, ptr); in arena_sdalloc()
Dprivate_unnamespace.h282 #undef huge_dalloc
/external/jemalloc/src/
Dhuge.c410 huge_dalloc(tsdn_t *tsdn, void *ptr) in huge_dalloc() function
Darena.c1949 huge_dalloc(tsd_tsdn(tsd), ptr); in arena_reset()