Azure Kinect Sensor SDK
refs/heads/master
Documentation for https://github.com/Microsoft/Azure-Kinect-Sensor-SDK
|
typedef uint8_t*() k4a_memory_allocate_cb_t(int size, void **context) |
Callback function for a memory allocation.
size | Minimum size in bytes needed for the buffer. |
context | Output parameter for a context that will be provided in the subsequent call to the k4a_memory_destroy_cb_t callback. |