CMEM_AllocParams Struct Reference
[Contiguous Memory Manager]

#include <cmem.h>


Detailed Description

Parameters for CMEM_alloc(), CMEM_alloc2(), CMEM_allocPool(), CMEM_allocPool2(), CMEM_free().


Data Fields

int type
int flags
size_t alignment


Field Documentation

int CMEM_AllocParams::type

either CMEM_HEAP or CMEM_POOL

int CMEM_AllocParams::flags

either CMEM_CACHED or CMEM_NONCACHED

size_t CMEM_AllocParams::alignment

only used for heap allocations, must be power of 2


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