Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenKinect/libfreenect2
/ ~PoolAllocator
Method
~PoolAllocator
src/allocator.cpp:123–126 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
121
}
122
123
PoolAllocator::~PoolAllocator()
124
{
125
delete impl_;
126
}
127
128
Buffer *PoolAllocator::allocate(size_t size)
129
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected