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

Added custom allocators to the memory submodule #20

Merged
merged 10 commits into from
May 27, 2024
Merged

Conversation

akukh
Copy link
Collaborator

@akukh akukh commented May 24, 2024

Closes: #17

@akukh akukh requested a review from silverspaceship May 24, 2024 18:56
@akukh akukh self-assigned this May 24, 2024
Copy link

codecov bot commented May 24, 2024

Codecov Report

Attention: Patch coverage is 93.54839% with 46 lines in your changes are missing coverage. Please review.

Project coverage is 94.68%. Comparing base (8eaba95) to head (449f8bb).

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #20      +/-   ##
==========================================
- Coverage   97.96%   94.68%   -3.28%     
==========================================
  Files           5       14       +9     
  Lines         245      958     +713     
  Branches       12       84      +72     
==========================================
+ Hits          240      907     +667     
- Misses          0        2       +2     
- Partials        5       49      +44     
Files Coverage Δ
flux-foundation/flux/foundation/memory/align.hpp 94.74% <94.74%> (ø)
...foundation/flux/foundation/memory/memory_block.hpp 80.00% <80.00%> (ø)
...n/flux/foundation/memory/std_allocator_adapter.hpp 94.60% <94.60%> (ø)
...ation/flux/foundation/memory/allocator_storage.hpp 98.20% <98.20%> (ø)
...dation/flux/foundation/memory/static_allocator.hpp 89.19% <89.19%> (ø)
...-foundation/flux/foundation/memory/memory_pool.hpp 91.67% <91.67%> (ø)
...foundation/flux/foundation/memory/memory_stack.hpp 92.00% <92.00%> (ø)
...dation/flux/foundation/memory/memory_pool_list.hpp 92.18% <92.18%> (ø)
...foundation/flux/foundation/memory/memory_arena.hpp 92.90% <92.90%> (ø)

@akukh akukh merged commit 4cf5a11 into master May 27, 2024
6 of 7 checks passed
@akukh akukh deleted the add-custom-allocators branch May 27, 2024 14:58
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.

Add custom allocators to the memory submodule
2 participants