IPC API  3.40.00.06
Data Fields
HeapMultiBufMP_Bucket Struct Reference

Structure for bucket configuration. More...

#include <HeapMultiBufMP.h>

Collaboration diagram for HeapMultiBufMP_Bucket:
Collaboration graph

Data Fields

SizeT blockSize
 
UInt numBlocks
 
SizeT align
 

Detailed Description

Structure for bucket configuration.

An array of buckets is a required parameter to create any HeapMultiBufMP instance. The fields of each bucket correspond to the attributes of each buffer in the HeapMultiBufMP. The actual block sizes and alignments may be adjusted per the process described at HeapMultiBufMP_Params.bucketEntries.

Field Documentation

SizeT HeapMultiBufMP_Bucket::blockSize

Size of each block in this bucket (in MADUs)

UInt HeapMultiBufMP_Bucket::numBlocks

Number of blocks of this size

SizeT HeapMultiBufMP_Bucket::align

Alignment of each block (in MADUs)


The documentation for this struct was generated from the following file:
Copyright 2015, Texas Instruments Incorporated