Home
last modified time | relevance | path

Searched refs:user_alloc_usable_size (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp304 uptr old_sz = user_alloc_usable_size(p); in user_realloc()
382 uptr user_alloc_usable_size(const void *p) { in user_alloc_usable_size() function
476 return user_alloc_usable_size(p); in __sanitizer_get_allocated_size()
H A Dtsan_malloc_mac.cpp76 #define COMMON_MALLOC_SIZE(ptr) uptr size = user_alloc_usable_size(ptr);
H A Dtsan_mman.h48 uptr user_alloc_usable_size(const void *p);
H A Dtsan_interceptors_posix.cpp741 return user_alloc_usable_size(p); in TSAN_INTERCEPTOR()