Searched defs:IsDeallocated (Results 1 – 4 of 4) sorted by relevance
24 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
24 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
79 bool IsDeallocated = false; member