Home
last modified time | relevance | path

Searched defs:IsDeallocated (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/compiler-rt/lib/gwp_asan/tests/
Dcrash_handler_api.cpp24 size_t metadata(uintptr_t Addr, uintptr_t Size, bool IsDeallocated) { in metadata()
61 void checkBacktrace(const AllocationMetadata *Meta, bool IsDeallocated) { in checkBacktrace()
87 bool IsDeallocated = __gwp_asan_is_deallocated(Meta); in checkMetadata() local
/external/gwp_asan/gwp_asan/tests/
Dcrash_handler_api.cpp24 size_t metadata(uintptr_t Addr, uintptr_t Size, bool IsDeallocated) { in metadata()
61 void checkBacktrace(const AllocationMetadata *Meta, bool IsDeallocated) { in checkBacktrace()
88 bool IsDeallocated = __gwp_asan_is_deallocated(Meta); in checkMetadata() local
/external/llvm-project/compiler-rt/lib/gwp_asan/
Dcommon.h79 bool IsDeallocated = false; member
/external/gwp_asan/gwp_asan/
Dcommon.h79 bool IsDeallocated = false; member