Searched refs:MALLOCX_TCACHE_NONE (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/include/
H A Dmalloc_np.h71 #define MALLOCX_TCACHE_NONE MALLOCX_TCACHE(-1) macro
/freebsd-11-stable/contrib/jemalloc/include/jemalloc/
H A Djemalloc.h108 * encodes MALLOCX_TCACHE_NONE.
111 # define MALLOCX_TCACHE_NONE MALLOCX_TCACHE(-1) macro
/freebsd-11-stable/contrib/jemalloc/src/
H A Djemalloc.c2018 if ((flags & MALLOCX_TCACHE_MASK) == MALLOCX_TCACHE_NONE)
2281 if ((flags & MALLOCX_TCACHE_MASK) == MALLOCX_TCACHE_NONE)
2500 if ((flags & MALLOCX_TCACHE_MASK) == MALLOCX_TCACHE_NONE)
2545 if ((flags & MALLOCX_TCACHE_MASK) == MALLOCX_TCACHE_NONE)

Completed in 60 milliseconds