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

Function getCurrent

Sming/Components/malloc_count/malloc_count.cpp:169–172  ·  view source on GitHub ↗

user function to return the currently allocated amount of memory */

Source from the content-addressed store, hash-verified

167
168/* user function to return the currently allocated amount of memory */
169size_t getCurrent()
170{
171 return stats.current;
172}
173
174/* user function to return the peak allocation */
175size_t getPeak()

Callers 6

printHeapFunction · 0.85
timer1completeMethod · 0.85
fillMapFunction · 0.85
executeMethod · 0.85
executeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected