TI Autonomous Driving Algorithms (TIADALG) Library User Guide
sMemory_t Struct Reference

This structure is memory object structure,. More...

#include <ti_mem_manager.h>

Data Fields

unsigned char * ptrBase
 
unsigned char * ptrCurr
 
unsigned int u32Totalsize
 
unsigned int u32AvailableSize
 

Detailed Description

This structure is memory object structure,.

Parameters
ptrBase: Base of the memory Object
ptrCurr: start point of the free memory in pool it is a private member of memory object
u32Totalsize: Total size of the memory object it is a private member of memory object
u32AvailableSize: Total free size of the memory it is a private member of memory object

Field Documentation

◆ ptrBase

unsigned char * sMemory_t::ptrBase

◆ ptrCurr

unsigned char * sMemory_t::ptrCurr

◆ u32Totalsize

unsigned int sMemory_t::u32Totalsize

◆ u32AvailableSize

unsigned int sMemory_t::u32AvailableSize

The documentation for this struct was generated from the following files:

© Copyright 2018 Texas Instruments Incorporated. All rights reserved.
Document generated by doxygen 1.8.6