124 size_t getFreeListStats(
int* nbrBlocks,
size_t* sizeSmallestBlock,
size_t* sizeLargestBlock );
size_t memoryAvailableOnFreeList()
Get the free memory on the heap free-list.
Definition: MemUtils.cpp:60
void resetHeap()
Reset the heap to an empty (virgin) state.
Definition: MemUtils.cpp:163
size_t getFreeListStats(int *nbrBlocks, size_t *sizeSmallestBlock, size_t *sizeLargestBlock)
Get information about the heap free-list.
Definition: MemUtils.cpp:78
A namespace providing encapsulation for functions that report the available memory in SRAM...
Definition: MemUtils.h:45
size_t freeMemoryBetweenHeapAndStack()
Get the free memory between the heap and the stack.
Definition: MemUtils.cpp:141
size_t freeSRAM()
Get the total free memory remaining in SRAM.
Definition: MemUtils.cpp:118