Home
last modified time | relevance | path

Searched refs:iqalloct (Results 1 – 8 of 8) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
Djemalloc_internal.h625 void iqalloct(void *ptr, bool try_tcache);
787 iqalloct(void *ptr, bool try_tcache) in iqalloct() function
800 iqalloct(ptr, true); in iqalloc()
832 iqalloct(ptr, try_tcache_dalloc); in iralloct_realign()
Dprivate_symbols.txt226 iqalloct
Djemalloc_internal.h.in625 void iqalloct(void *ptr, bool try_tcache);
787 iqalloct(void *ptr, bool try_tcache) function
800 iqalloct(ptr, true);
832 iqalloct(ptr, try_tcache_dalloc);
Dprivate_namespace.h226 #define iqalloct JEMALLOC_N(iqalloct) macro
Dprivate_unnamespace.h226 #undef iqalloct
/external/jemalloc/src/
Dhuge.c132 iqalloct(ptr, try_tcache_dalloc); in huge_ralloc()
Djemalloc.c1786 iqalloct(ptr, try_tcache);
Darena.c2319 iqalloct(ptr, try_tcache_dalloc); in arena_ralloc()