Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ onFree
Method
onFree
tests/fl/stl/allocator.cpp:1424–1426 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1422
}
1423
1424
void onFree(void* ptr) override {
1425
mFreeCalls.push_back(ptr);
1426
}
1427
1428
private:
1429
fl::vector<void*>& mMallocCalls;
Callers
2
PSRamDeallocate
Function · 0.45
Free
Function · 0.45
Calls
1
push_back
Method · 0.45
Tested by
no test coverage detected