Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenKinect/libfreenect2
/ ~Allocator
Method
~Allocator
include/internal/libfreenect2/allocator.h:57–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
virtual Buffer *allocate(size_t size) = 0;
56
virtual void free(Buffer *b) = 0;
57
virtual ~Allocator() {}
58
};
59
60
class PoolAllocatorImpl;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected