Searched defs:MALLOCX_TCACHE (Results 1 – 4 of 4) sorted by relevance
27 #define MALLOCX_TCACHE(tc) ((int)(((tc)+2) << 8)) macro
90 #define MALLOCX_TCACHE(tc) ((int)(((tc)+2) << 8)) macro
100 pub const fn MALLOCX_TCACHE(tc: usize) -> c_int { in MALLOCX_TCACHE() function