Functions | |
| uint32_t | WsfHeapCountAvailable (void) |
| Get heap available. More... | |
| uint32_t | WsfHeapCountUsed (void) |
| Get heap used. More... | |
| void | WsfHeapAlloc (uint32_t size) |
| Reserve heap memory. More... | |
| void * | WsfHeapGetFreeStartAddress (void) |
| Get next available heap memory. More... | |
| void WsfHeapAlloc | ( | uint32_t | size | ) |
Reserve heap memory.
| size | Number of bytes of heap memory used. |
| uint32_t WsfHeapCountAvailable | ( | void | ) |
Get heap available.
| uint32_t WsfHeapCountUsed | ( | void | ) |
Get heap used.
| void* WsfHeapGetFreeStartAddress | ( | void | ) |
Get next available heap memory.