Home
last modified time | relevance | path

Searched refs:imalloc_fastpath (Results 1 – 3 of 3) sorted by relevance

/src/contrib/jemalloc/src/
H A Djemalloc_cpp.cpp109 return imalloc_fastpath(size, &fallback_impl<IsNoExcept>); in newImpl()
H A Djemalloc.c2750 return imalloc_fastpath(size, &malloc_default); in JEMALLOC_ATTR()
/src/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_inlines_c.h258 imalloc_fastpath(size_t size, void *(fallback_alloc)(size_t)) { in imalloc_fastpath() function