blob: c33310cb464c56384bd4200cc0714ca48a8d92c7 [file] [log] [blame]
/*
* Copyright 2026 Google LLC
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef PartitionAlloc_TestSupport_DEFINED
#define PartitionAlloc_TestSupport_DEFINED
namespace skiatest {
// Enable using PartitionAlloc's allocator.
void InitializePartitionAllocForTesting();
// TODO(351867706): Add `InitializeDanglingPointerChecksForTesting()`.
} // namespace skiatest
#endif // PartitionAlloc_TestSupport_DEFINED