Home
last modified time | relevance | path

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

/external/jemalloc/include/jemalloc/internal/
Djemalloc_internal.h881 size_t u2rz(size_t usize);
1024 u2rz(size_t usize) in u2rz() function
1042 return (u2rz(usize)); in p2rz()
Dprivate_symbols.txt537 u2rz
Dprivate_namespace.h539 #define u2rz JEMALLOC_N(u2rz) macro
Djemalloc_internal.h.in881 size_t u2rz(size_t usize);
1024 u2rz(size_t usize) function
1042 return (u2rz(usize));
Dprivate_unnamespace.h539 #undef u2rz
/external/jemalloc/src/
Djemalloc.c1887 old_rzsize = config_prof ? p2rz(ptr) : u2rz(old_usize);
2299 old_rzsize = u2rz(old_usize);
2448 old_rzsize = u2rz(old_usize);