MCPcopy 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

PSRamDeallocateFunction · 0.45
FreeFunction · 0.45

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected