-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate System::Timer to BitMapObjectPool (#11487)
#### Problem The multiple object pool implementations are being consolidated, but `System::Timer` isn't ready. #### Change overview Transitionally, convert `System::Timer` to use `BitMapObjectPool` instead of `System::ObjectPool`, so that it doesn't obstruct refactoring. Any platform using both `System::Timer` and `CHIP_SYSTEM_CONFIG_USE_HEAP` will show a `.bss` increase from this PR; this will be undone by a later step in pool conversion. #### Testing CI; no changes to functionality.
- Loading branch information
1 parent
e58c107
commit 1872657
Showing
2 changed files
with
40 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters