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

Method allocate

src/allocator.cpp:128–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128Buffer *PoolAllocator::allocate(size_t size)
129{
130 return impl_->allocate(size);
131}
132
133void PoolAllocator::free(Buffer *b)
134{

Callers 3

openMethod · 0.45
allocateMethod · 0.45
allocateBufferMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected