MCPcopy Create free account
hub / github.com/FastLED/FastLED / free

Function free

src/fl/stl/malloc.cpp.hpp:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11 }
12
13 void free(void* ptr) {
14 ::free(ptr);
15 }
16
17 void* calloc(size_t nmemb, size_t size) {
18 size_t total_size = nmemb * size;

Callers 15

aligned_freeFunction · 0.70
DefaultFreeFunction · 0.70
synth.cpp.hppFile · 0.50
handle_esp_requestMethod · 0.50
freeFrameDataFunction · 0.50
freeBufferMethod · 0.50
freeBufferMethod · 0.50
freeDmaBufferMethod · 0.50
freeFrameBufferMethod · 0.50
freeBufferMethod · 0.50
checkBasicAuthFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected