Searched refs:MALLOCX_ZERO (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_types.h45 ((bool)(flags & MALLOCX_ZERO))
/freebsd-current/include/
H A Dmalloc_np.h89 #define MALLOCX_ZERO ((int)0x40) macro
/freebsd-current/contrib/jemalloc/include/jemalloc/
H A Djemalloc.h110 #define MALLOCX_ZERO ((int)0x40) macro
/freebsd-current/usr.bin/ctlstat/
H A Dctlstat.c534 newsize, MALLOCX_ZERO);
/freebsd-current/contrib/jemalloc/src/
H A Djemalloc.c3207 bool zero = flags & MALLOCX_ZERO;
3379 bool zero = flags & MALLOCX_ZERO;

Completed in 200 milliseconds