MCPcopy Create free account
hub / github.com/SmingHub/Sming / getAllocCount

Function getAllocCount

Sming/Components/malloc_count/malloc_count.cpp:197–200  ·  view source on GitHub ↗

user function to return total number of allocations */

Source from the content-addressed store, hash-verified

195
196/* user function to return total number of allocations */
197size_t getAllocCount()
198{
199 return stats.count;
200}
201
202/* sets the maximum available memory */
203void setAllocLimit(size_t maxBytes)

Callers 1

printHeapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected