// Copyright 2009-2021 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #include "default.h" namespace embree { /*! invokes the memory monitor callback */ struct MemoryMonitorInterface { … }; /*! allocator that performs aligned monitored allocations */ template<typename T, size_t alignment = 64> struct aligned_monitored_allocator { … }; /*! monitored vector */ mvector; }