Home
last modified time | relevance | path

Searched refs:MALLOCX_TCACHE_NONE (Results 1 – 4 of 4) sorted by relevance

/freebsd/include/
H A Dmalloc_np.h91 #define MALLOCX_TCACHE_NONE MALLOCX_TCACHE(-1) macro
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/
H A Djemalloc.h116 #define MALLOCX_TCACHE_NONE MALLOCX_TCACHE(-1) macro
/freebsd/contrib/jemalloc/src/
H A Djemalloc.c3056 == 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()
/freebsd/contrib/jemalloc/
H A DChangeLog845 MALLOCX_TCACHE(tc) and MALLOCX_TCACHE_NONE flags to the *allocx() API
941 MALLOCX_TCACHE(tc) and MALLOCX_TCACHE_NONE flags to control tcache usage.