blob: 720f6407337cf2aff875547d917260d6a4d49ba2 [file] [log] [blame] [edit]
/*
* 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