Project  1.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
HeapMultiBufMP_Bucket Struct Reference

Structure for bucket configuration. More...

#include <HeapMultiBufMP.h>

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 2013, Texas Instruments Incorporated