Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenKinect/libfreenect2
/ PoolAllocatorImpl
Method
PoolAllocatorImpl
src/allocator.cpp:65–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
condition_variable available_cond;
64
public:
65
PoolAllocatorImpl(Allocator *a): allocator(a), buffers(), used() {}
66
67
Buffer *allocate(size_t size)
68
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected