Searched refs:IsDeallocated (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/llvm-project/compiler-rt/lib/gwp_asan/ |
| H A D | common.h | 100 bool IsDeallocated = false; member 174 static_assert(offsetof(AllocationMetadata, IsDeallocated) == 560, ""); 179 static_assert(offsetof(AllocationMetadata, IsDeallocated) == 560, ""); 184 static_assert(offsetof(AllocationMetadata, IsDeallocated) == 544, ""); 189 static_assert(offsetof(AllocationMetadata, IsDeallocated) == 552, "");
|
| H A D | common.cpp | 44 IsDeallocated = false; in RecordAllocation() 52 IsDeallocated = true; in RecordDeallocation()
|
| H A D | crash_handler.cpp | 64 if (addrToMetadata(State, Metadata, ErrorPtr)->IsDeallocated) in __gwp_asan_diagnose_error() 138 return AllocationMeta->IsDeallocated; in __gwp_asan_is_deallocated()
|
| H A D | guarded_pool_allocator.cpp | 138 if (Meta.Addr && !Meta.IsDeallocated && Meta.Addr >= Start && in iterate() 344 if (Meta->IsDeallocated) { in deallocate()
|