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 FreeListAllocator class #1639

Merged
merged 2 commits into from
Dec 24, 2021
Merged

Add FreeListAllocator class #1639

merged 2 commits into from
Dec 24, 2021

Conversation

jslee02
Copy link
Member

@jslee02 jslee02 commented Dec 24, 2021


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 Dec 24, 2021
@codecov
Copy link

codecov bot commented Dec 24, 2021

Codecov Report

Merging #1639 (e15c6ba) into main (8eb7688) will increase coverage by 0.09%.
The diff coverage is 80.20%.

❗ Current head e15c6ba differs from pull request most recent head fa78bc3. Consider uploading reports for the commit fa78bc3 to get more accurate results

@@            Coverage Diff             @@
##             main    #1639      +/-   ##
==========================================
+ Coverage   58.96%   59.05%   +0.09%     
==========================================
  Files         485      488       +3     
  Lines       40272    40432     +160     
==========================================
+ Hits        23746    23878     +132     
- Misses      16526    16554      +28     
Impacted Files Coverage Δ
dart/common/CAllocator.hpp 100.00% <ø> (ø)
dart/common/FreeListAllocator.hpp 0.00% <0.00%> (ø)
dart/common/StlAllocator.hpp 100.00% <ø> (ø)
dart/common/StlHelpers.hpp 80.00% <ø> (ø)
dart/common/detail/Aspect.hpp 78.57% <ø> (ø)
dart/common/detail/Castable-impl.hpp 100.00% <ø> (ø)
dart/lcpsolver/ODELCPSolver.cpp 0.00% <ø> (ø)
dart/optimizer/ipopt/IpoptSolver.cpp 73.18% <ø> (ø)
dart/common/CAllocator.cpp 71.11% <79.16%> (ø)
dart/common/FreeListAllocator.cpp 80.00% <80.00%> (ø)
... and 6 more

@jslee02 jslee02 marked this pull request as ready for review December 24, 2021 07:11
@jslee02 jslee02 merged commit 4ec3e28 into main Dec 24, 2021
@jslee02 jslee02 deleted the free_list_allocator branch December 24, 2021 07:11
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