![]() |
Perception Tool Kit (PTK) API Guide
|
Single memory block allocation response details.
Data Fields | |
uint32_t | size |
PTK_Api_MemoryType | memType |
void * | mem |
uint32_t PTK_Api_MemoryBlkRsp::size |
Size of memory block in bytes.
PTK_Api_MemoryType PTK_Api_MemoryBlkRsp::memType |
Identifies the type of memory the block is allocated from.
void* PTK_Api_MemoryBlkRsp::mem |
Pointer to the memory block allocated.