Home
last modified time | relevance | path

Searched refs:JEMALLOC_ALLOC_SIZE2 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/jemalloc/include/jemalloc/
H A Djemalloc.h151 # define JEMALLOC_ALLOC_SIZE2(s1, s2) macro
179 # define JEMALLOC_ALLOC_SIZE2(s1, s2) JEMALLOC_ATTR(alloc_size(s1, s2))
182 # define JEMALLOC_ALLOC_SIZE2(s1, s2)
208 # define JEMALLOC_ALLOC_SIZE2(s1, s2)
232 JEMALLOC_CXX_THROW JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE2(1, 2);
/freebsd/contrib/jemalloc/src/
H A Djemalloc.c2477 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE2(1, 2) in JEMALLOC_ATTR()