-
-
Notifications
You must be signed in to change notification settings - Fork 659
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improve: switch ObjectPool to Dynamic Allocation and update condition…
… creation Updated ObjectPool to support dynamic object allocation without a fixed capacity. Modified the Condition::createCondition function to utilize the new dynamic ObjectPool. Improved memory management and reduced dependency on predefined pool sizes. Enhanced flexibility for object allocation and reuse. improve: add documentation Code format - (Clang-format)
- Loading branch information
Showing
2 changed files
with
65 additions
and
52 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