56 #ifndef ti_osal_MemoryP__include 57 #define ti_osal_MemoryP__include void * MemoryP_ctrlAlloc(uint32_t size, uint8_t alignment)
Function which is used to allocate memory for control operations.
void * MemoryP_dataAlloc(uint32_t size, uint8_t alignment)
Function which is used to allocate memory for data operations.
uint32_t totalSize
Definition: MemoryP.h:75
uint32_t totalFreeSize
Definition: MemoryP.h:78
void MemoryP_getStats(MemoryP_Stats *stats)
Function which is used to get data memory stats.
void MemoryP_dataFree(void *ptr, uint32_t size)
Function which is used to free previously allocated data memory.
void MemoryP_ctrlFree(void *ptr, uint32_t size)
Function which is used to free previously allocated control memory.
uint16_t size
Definition: tisci_boardcfg.h:112
Memory Heap stats.
Definition: MemoryP.h:72