Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_impl
Method · 0.70
reallocate
Function · 0.70
do_reallocate
Method · 0.70
grow
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected