Searched refs:iqallocx (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal.h768 void iqallocx(void *ptr, bool try_tcache);
926 iqallocx(void *ptr, bool try_tcache) function
939 iqallocx(ptr, true);
987 iqallocx(ptr, try_tcache_dalloc);
H A Dprivate_namespace.h215 #define iqallocx JEMALLOC_N(iqallocx) macro
/freebsd-10-stable/contrib/jemalloc/src/
H A Dhuge.c184 iqallocx(ptr, try_tcache_dalloc);
H A Djemalloc.c1685 iqallocx(ptr, try_tcache);
H A Darena.c2014 iqallocx(ptr, try_tcache_dalloc);

Completed in 66 milliseconds