Update On Tue Apr 29 20:34:58 CEST 2025

This commit is contained in:
github-action[bot]
2025-04-29 20:34:58 +02:00
parent 21d70bf50e
commit 440b723146
2694 changed files with 151554 additions and 74170 deletions
@@ -638,7 +638,7 @@ void CheckDanglingRawPtrBufferEmpty() {
g_stack_trace_buffer = DanglingRawPtrBuffer();
#else
bool errors = false;
for (auto entry : g_stack_trace_buffer) {
for (const auto& entry : g_stack_trace_buffer) {
if (!entry) {
continue;
}
@@ -1380,4 +1380,10 @@ std::string PartitionAllocSupport::ExtractDanglingPtrSignatureForTests(
}
#endif
void CheckHeapIntegrity(const void* ptr) {
#if PA_BUILDFLAG(USE_PARTITION_ALLOC_AS_MALLOC)
partition_alloc::PartitionRoot::CheckMetadataIntegrity(ptr);
#endif // PA_BUILDFLAG(USE_PARTITION_ALLOC_AS_MALLOC)
}
} // namespace base::allocator