Home
last modified time | relevance | path

Searched refs:u2rz (Results 1 – 6 of 6) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
Djemalloc_internal.h826 size_t u2rz(size_t usize);
966 u2rz(size_t usize) in u2rz() function
984 return (u2rz(usize)); in p2rz()
Dprivate_symbols.txt496 u2rz
Dprivate_namespace.h496 #define u2rz JEMALLOC_N(u2rz) macro
Djemalloc_internal.h.in826 size_t u2rz(size_t usize);
966 u2rz(size_t usize) function
984 return (u2rz(usize));
Dprivate_unnamespace.h496 #undef u2rz
/external/jemalloc/src/
Djemalloc.c1776 old_rzsize = config_prof ? p2rz(ptr) : u2rz(old_usize);
2166 old_rzsize = u2rz(old_usize);
2291 old_rzsize = u2rz(old_usize);