Home
last modified time | relevance | path

Searched refs:__gwp_asan_get_allocation_size (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dcrash_handler.h85 size_t __gwp_asan_get_allocation_size(
H A Dcrash_handler.cpp112 size_t __gwp_asan_get_allocation_size( in __gwp_asan_get_allocation_size() function
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/optional/
H A Dsegv_handler_posix.cpp54 size_t Size = __gwp_asan_get_allocation_size(Metadata); in printHeader()