Searched refs:p2rz (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dvalgrind.h35 VALGRIND_MALLOCLIKE_BLOCK(ptr, usize, p2rz(tsdn, ptr), \
43 size_t rzsize = p2rz(tsdn, ptr); \
H A Djemalloc_internal.h907 size_t p2rz(tsdn_t *tsdn, const void *ptr);
1047 p2rz(tsdn_t *tsdn, const void *ptr)
H A Dprivate_namespace.h395 #define p2rz JEMALLOC_N(p2rz) macro
/freebsd-11-stable/contrib/jemalloc/src/
H A Djemalloc.c1818 rzsize = p2rz(tsd_tsdn(tsd), ptr);
1839 rzsize = p2rz(tsd_tsdn(tsd), ptr);
1870 old_rzsize = config_prof ? p2rz(tsd_tsdn(tsd), ptr) :

Completed in 101 milliseconds