Home
last modified time | relevance | path

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

/freebsd/include/
H A Dmalloc_np.h90 #define MALLOCX_TCACHE(tc) ((int)(((tc)+2) << 8)) macro
91 #define MALLOCX_TCACHE_NONE MALLOCX_TCACHE(-1)
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/
H A Djemalloc.h115 #define MALLOCX_TCACHE(tc) ((int)(((tc)+2) << 8)) macro
116 #define MALLOCX_TCACHE_NONE MALLOCX_TCACHE(-1)
/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.