Home
last modified time | relevance | path

Searched defs:MALLOCX_TCACHE (Results 1 – 2 of 2) sorted by relevance

/freebsd/include/
H A Dmalloc_np.h90 #define MALLOCX_TCACHE(tc) ((int)(((tc)+2) << 8)) macro
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/
H A Djemalloc.h115 #define MALLOCX_TCACHE(tc) ((int)(((tc)+2) << 8)) macro