Linux Utils Application Programming Interface (API)  linuxutils-m06
 All Data Structures Files Functions Variables Typedefs Groups Pages
Data Fields
CMEM_AllocParams Struct Reference

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

#include <cmem.h>

Collaboration diagram for CMEM_AllocParams:
Collaboration graph

Data Fields

int type
int flags
size_t alignment

Detailed Description

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


Field Documentation

int CMEM_AllocParams::type

either CMEM_HEAP, CMEM_POOL, or CMEM_CMA

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