test_memory_manager.h (441B)
1 // Copyright (c) the JPEG XL Project Authors. All rights reserved. 2 // 3 // Use of this source code is governed by a BSD-style 4 // license that can be found in the LICENSE file. 5 6 #ifndef LIB_JXL_TEST_MEMORY_MANAGER_H_ 7 #define LIB_JXL_TEST_MEMORY_MANAGER_H_ 8 9 #include <jxl/memory_manager.h> 10 11 namespace jxl { 12 namespace test { 13 14 JxlMemoryManager* MemoryManager(); 15 16 } // namespace test 17 } // namespace jxl 18 19 #endif // LIB_JXL_TEST_MEMORY_MANAGER_H_