Perception Tool Kit (PTK) API Guide
PTK_Api_MemoryBlkRsp Struct Reference

Detailed Description

Single memory block allocation response details.

Collaboration diagram for PTK_Api_MemoryBlkRsp:
Collaboration graph

Data Fields

uint32_t size
 
PTK_Api_MemoryType memType
 
void * mem
 

Field Documentation

◆ size

uint32_t PTK_Api_MemoryBlkRsp::size

Size of memory block in bytes.

◆ memType

PTK_Api_MemoryType PTK_Api_MemoryBlkRsp::memType

Identifies the type of memory the block is allocated from.

◆ mem

void* PTK_Api_MemoryBlkRsp::mem

Pointer to the memory block allocated.