| 6 | #include "engine.h" |
| 7 | |
| 8 | OIDN_NAMESPACE_BEGIN |
| 9 | |
| 10 | // ----------------------------------------------------------------------------------------------- |
| 11 | // ScratchArenaManager |
| 12 | // ----------------------------------------------------------------------------------------------- |
| 13 | |
| 14 | ScratchArenaManager::ScratchArenaManager(Engine* engine) |
| 15 | : engine(engine) |
| 16 | {} |
| 17 | |
| 18 | void ScratchArenaManager::trim() |
| 19 | { |
nothing calls this directly
no outgoing calls
no test coverage detected