Searched refs:MALLOCX_TCACHE_NONE (Results 1 – 4 of 4) sorted by relevance
91 #define MALLOCX_TCACHE_NONE MALLOCX_TCACHE(-1) macro
116 #define MALLOCX_TCACHE_NONE MALLOCX_TCACHE(-1) macro
3056 == MALLOCX_TCACHE_NONE) { in JEMALLOC_SMALLOCX_CONCAT_HELPER2()3109 == MALLOCX_TCACHE_NONE) { in JEMALLOC_ATTR()3232 if ((flags & MALLOCX_TCACHE_MASK) == MALLOCX_TCACHE_NONE) { in je_rallocx()3486 if ((flags & MALLOCX_TCACHE_MASK) == MALLOCX_TCACHE_NONE) { in je_dallocx()3547 if ((flags & MALLOCX_TCACHE_MASK) == MALLOCX_TCACHE_NONE) { in sdallocx_default()
845 MALLOCX_TCACHE(tc) and MALLOCX_TCACHE_NONE flags to the *allocx() API941 MALLOCX_TCACHE(tc) and MALLOCX_TCACHE_NONE flags to control tcache usage.