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

/freebsd-current/include/
H A Dmalloc_np.h91 #define MALLOCX_TCACHE_NONE MALLOCX_TCACHE(-1) macro
/freebsd-current/contrib/jemalloc/include/jemalloc/
H A Djemalloc.h113 * encodes MALLOCX_TCACHE_NONE.
116 #define MALLOCX_TCACHE_NONE MALLOCX_TCACHE(-1) macro
/freebsd-current/contrib/jemalloc/src/
H A Djemalloc.c3056 == MALLOCX_TCACHE_NONE) {
3109 == MALLOCX_TCACHE_NONE) {
3232 if ((flags & MALLOCX_TCACHE_MASK) == MALLOCX_TCACHE_NONE) {
3486 if ((flags & MALLOCX_TCACHE_MASK) == MALLOCX_TCACHE_NONE) {
3547 if ((flags & MALLOCX_TCACHE_MASK) == MALLOCX_TCACHE_NONE) {

Completed in 166 milliseconds