Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
128
Buffer *PoolAllocator::allocate(size_t size)
129
{
130
return impl_->allocate(size);
131
}
132
133
void PoolAllocator::free(Buffer *b)
134
{
Callers
3
open
Method · 0.45
allocate
Method · 0.45
allocateBuffer
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected