MCPcopy Create free account
hub / github.com/OpenKinect/libfreenect2 / ~PoolAllocatorImpl

Method ~PoolAllocatorImpl

src/allocator.cpp:105–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 }
104
105 ~PoolAllocatorImpl()
106 {
107 allocator->free(buffers[0]);
108 allocator->free(buffers[1]);
109 delete allocator;
110 }
111};
112
113PoolAllocator::PoolAllocator():

Callers

nothing calls this directly

Calls 1

freeMethod · 0.45

Tested by

no test coverage detected