PDK API Guide for J721E
HeapP_Params Struct Reference

Detailed Description

Basic HeapP Parameters.

Structure that contains the parameters are passed into HeapP_create when creating a HeapP instance.

Data Fields

void * buf
 
uint32_t size
 

Field Documentation

◆ buf

void* HeapP_Params::buf

Base address of memory to be used as heap

◆ size

uint32_t HeapP_Params::size

Size of memory block that is to be used as heap