blob: 1dda9c20fa68cf2b62bd21b51a7c6565bf47b39d [file] [log] [blame] [edit]
// Copyright 2023 The PDFium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef TESTING_CHROMIUM_SUPPORT_DISCARDABLE_MEMORY_ALLOCATOR_H_
#define TESTING_CHROMIUM_SUPPORT_DISCARDABLE_MEMORY_ALLOCATOR_H_
namespace chromium_support {
void InitializeDiscardableMemoryAllocator();
} // namespace chromium_support
#endif // TESTING_CHROMIUM_SUPPORT_DISCARDABLE_MEMORY_ALLOCATOR_H_