Perception Tool Kit (PTK) API Guide
PTK_Api_MemoryBlkReq Struct Reference

Detailed Description

Single memory block allocation request details.

Collaboration diagram for PTK_Api_MemoryBlkReq:
Collaboration graph

Data Fields

uint32_t size
 
uint32_t align
 
uint32_t memType
 

Field Documentation

◆ size

uint32_t PTK_Api_MemoryBlkReq::size

Size of memory block in bytes.

◆ align

uint32_t PTK_Api_MemoryBlkReq::align

Memory alignment requested. The alignment will be on (2^align) boundary.

◆ memType

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.