Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ reset
Method
reset
tests/fl/stl/allocator_move.cpp:53–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
int deallocations = 0;
52
53
void reset() {
54
copy_constructs = 0;
55
move_constructs = 0;
56
copy_assigns = 0;
57
move_assigns = 0;
58
allocations = 0;
59
deallocations = 0;
60
}
61
};
62
63
Stats* stats; // Non-owning pointer to shared stats
Callers
1
FL_TEST_FILE
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected