Searched refs:user_alloc_usable_size (Results 1 - 4 of 4) sorted by path

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp723 return user_alloc_usable_size(p);
H A Dtsan_malloc_mac.cpp60 #define COMMON_MALLOC_SIZE(ptr) uptr size = user_alloc_usable_size(ptr);
H A Dtsan_mman.cpp251 uptr old_sz = user_alloc_usable_size(p);
315 uptr user_alloc_usable_size(const void *p) { function in namespace:__tsan
394 return user_alloc_usable_size(p);
H A Dtsan_mman.h44 uptr user_alloc_usable_size(const void *p);

Completed in 144 milliseconds