Searched defs:IsDeallocated (Results 1 – 2 of 2) sorted by relevance
24 size_t metadata(uintptr_t Addr, uintptr_t Size, bool IsDeallocated) { in metadata()62 void checkBacktrace(const AllocationMetadata *Meta, bool IsDeallocated) { in checkBacktrace()89 bool IsDeallocated = __gwp_asan_is_deallocated(Meta); in checkMetadata() local
100 bool IsDeallocated = false; member