Home
last modified time | relevance | path

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

/freebsd/include/
H A Dmalloc_np.h92 #define MALLOCX_ARENA(a) ((((int)(a))+1) << 20) macro
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/
H A Djemalloc.h120 #define MALLOCX_ARENA(a) ((((int)(a))+1) << 20) macro