Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dcommon.h100 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 Dcommon.cpp44 IsDeallocated = false; in RecordAllocation()
52 IsDeallocated = true; in RecordDeallocation()
H A Dcrash_handler.cpp64 if (addrToMetadata(State, Metadata, ErrorPtr)->IsDeallocated) in __gwp_asan_diagnose_error()
138 return AllocationMeta->IsDeallocated; in __gwp_asan_is_deallocated()
H A Dguarded_pool_allocator.cpp138 if (Meta.Addr && !Meta.IsDeallocated && Meta.Addr >= Start && in iterate()
344 if (Meta->IsDeallocated) { in deallocate()