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

Method allocate

src/transfer_pool.cpp:217–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215}
216
217void BulkTransferPool::allocate(size_t num_transfers, size_t transfer_size)
218{
219 allocateTransfers(num_transfers, transfer_size);
220}
221
222libusb_transfer* BulkTransferPool::allocateTransfer()
223{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected