MCPcopy Create free account
hub / github.com/RenderKit/oidn / attach

Method attach

core/heap.cpp:8–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6#include "engine.h"
7
8OIDN_NAMESPACE_BEGIN
9
10 // -----------------------------------------------------------------------------------------------
11 // Heap
12 // -----------------------------------------------------------------------------------------------
13
14 void Heap::attach(Buffer* buffer)
15 {
16 buffers.insert(buffer);
17 }
18
19 void Heap::detach(Buffer* buffer)
20 {

Callers 1

MemoryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected