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

Function realloc

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

Source from the content-addressed store, hash-verified

24 }
25
26 void* realloc(void* ptr, size_t new_size) {
27 return ::realloc(ptr, new_size);
28 }
29
30 // Provide abs function
31 // Arduino.h defines abs as a macro, so we need to temporarily hide it

Callers 4

reallocate_implMethod · 0.70
reallocateFunction · 0.70
do_reallocateMethod · 0.70
growMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected