Searched refs:p2rz (Results 1 – 7 of 7) sorted by relevance
/external/jemalloc/include/jemalloc/internal/ |
D | valgrind.h | 35 VALGRIND_MALLOCLIKE_BLOCK(ptr, usize, p2rz(tsdn, ptr), \ 54 size_t rzsize = p2rz(tsdn, ptr); \
|
D | private_symbols.txt | 396 p2rz
|
D | jemalloc_internal.h | 1004 size_t p2rz(tsdn_t *tsdn, const void *ptr); 1144 p2rz(tsdn_t *tsdn, const void *ptr) in p2rz() function
|
D | private_namespace.h | 396 #define p2rz JEMALLOC_N(p2rz) macro
|
D | private_unnamespace.h | 396 #undef p2rz
|
D | jemalloc_internal.h.in | 1004 size_t p2rz(tsdn_t *tsdn, const void *ptr); 1144 p2rz(tsdn_t *tsdn, const void *ptr) function
|
/external/jemalloc/src/ |
D | jemalloc.c | 1905 rzsize = p2rz(tsd_tsdn(tsd), ptr); 1926 rzsize = p2rz(tsd_tsdn(tsd), ptr); 1966 old_rzsize = config_prof ? p2rz(tsd_tsdn(tsd), ptr) :
|