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

Method free

src/allocator.cpp:47–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 }
46
47 virtual void free(Buffer *b)
48 {
49 if (b == NULL)
50 return;
51 delete[] b->data;
52 delete b;
53 }
54};
55
56class PoolAllocatorImpl: public Allocator

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected