Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PoolAllocator class #1645

Merged
merged 1 commit into from
Jan 6, 2022
Merged

Add PoolAllocator class #1645

merged 1 commit into from
Jan 6, 2022

Conversation

jslee02
Copy link
Member

@jslee02 jslee02 commented Jan 6, 2022


Before creating a pull request

  • Document new methods and classes
  • Format new code files using ClangFormat by running make format
  • Build with -DDART_TREAT_WARNINGS_AS_ERRORS=ON and resolve all the compile warnings

Before merging a pull request

  • Set version target by selecting a milestone on the right side
  • Summarize this change in CHANGELOG.md
  • Add unit test(s) for this change

@jslee02 jslee02 added this to the DART 6.13.0 milestone Jan 6, 2022
@codecov
Copy link

codecov bot commented Jan 6, 2022

Codecov Report

Merging #1645 (6161fd7) into main (4041649) will increase coverage by 0.05%.
The diff coverage is 68.78%.

@@            Coverage Diff             @@
##             main    #1645      +/-   ##
==========================================
+ Coverage   59.06%   59.11%   +0.05%     
==========================================
  Files         491      493       +2     
  Lines       40555    40714     +159     
==========================================
+ Hits        23955    24070     +115     
- Misses      16600    16644      +44     
Impacted Files Coverage Δ
dart/common/CAllocator.hpp 100.00% <ø> (ø)
dart/common/FreeListAllocator.cpp 74.57% <0.00%> (-5.43%) ⬇️
dart/common/FreeListAllocator.hpp 0.00% <ø> (ø)
dart/common/MemoryAllocator.hpp 100.00% <ø> (ø)
dart/common/PoolAllocator.hpp 0.00% <0.00%> (ø)
dart/common/CAllocator.cpp 71.92% <75.00%> (+0.81%) ⬆️
dart/common/PoolAllocator.cpp 75.00% <75.00%> (ø)
dart/common/detail/MemoryAllocator-impl.hpp 100.00% <0.00%> (ø)
dart/dynamics/EulerJoint.cpp 73.09% <0.00%> (+2.92%) ⬆️

@jslee02 jslee02 marked this pull request as ready for review January 6, 2022 06:20
@jslee02 jslee02 merged commit 5ef8c1f into main Jan 6, 2022
@jslee02 jslee02 deleted the pool_allocator branch January 6, 2022 06:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant