![]() |
Perception Tool Kit (PTK) API Guide
|
Single memory block allocation request details.
Data Fields | |
uint32_t | size |
uint32_t | align |
uint32_t | memType |
uint32_t PTK_Api_MemoryBlkReq::size |
Size of memory block in bytes.
uint32_t PTK_Api_MemoryBlkReq::align |
Memory alignment requested. The alignment will be on (2^align) boundary.
uint32_t PTK_Api_MemoryBlkReq::memType |
Identifies the type of memory the block is requested from. This is a bitmask built from the PTK_Api_MemoryType enumeration fields.