HomeSort by relevance Sort by last modified time
    Searched refs:p2rz (Results 1 - 5 of 5) sorted by null

  /external/jemalloc/include/jemalloc/internal/
valgrind.h 35 VALGRIND_MALLOCLIKE_BLOCK(ptr, usize, p2rz(ptr), zero); \
41 size_t rzsize = p2rz(ptr); \
jemalloc_internal.h 622 size_t p2rz(const void *ptr);
758 p2rz(const void *ptr) function
private_namespace.h 287 #define p2rz JEMALLOC_N(p2rz) macro
private_unnamespace.h 287 #undef p2rz macro
  /external/jemalloc/src/
jemalloc.c 1227 rzsize = p2rz(ptr);
1258 old_rzsize = config_prof ? p2rz(ptr) : u2rz(old_usize);
    [all...]

Completed in 188 milliseconds