MCPcopy Create free account
hub / github.com/OpenKinect/libfreenect2 / PoolAllocator

Method PoolAllocator

src/allocator.cpp:113–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111};
112
113PoolAllocator::PoolAllocator():
114 impl_(new PoolAllocatorImpl(new NewAllocator))
115{
116}
117
118PoolAllocator::PoolAllocator(Allocator *a):
119 impl_(new PoolAllocatorImpl(a))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected