This structure is memory object structure,.
More...
#include <ti_mem_manager.h>
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 |
◆ 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: