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

further refactoring allocation code #1165

Merged
merged 14 commits into from
Nov 27, 2024
Merged

further refactoring allocation code #1165

merged 14 commits into from
Nov 27, 2024

Conversation

stevenmeker
Copy link
Collaborator

  • memory_block_header now a struct member of class arena; next_superblock field deleted

  • global function free_all_memory() deleted

  • global variable hyperblock_ptr deleted

  • global functions make ptr_diff(), move_ptr(), get_arena_semispace_id_of_object(), mem_block_header() now static member functions of class arena

@rv-jenkins rv-jenkins changed the base branch from master to develop November 19, 2024 03:46
@dwightguth dwightguth enabled auto-merge (squash) November 27, 2024 18:08
@dwightguth dwightguth merged commit 3a0b23d into develop Nov 27, 2024
10 checks passed
@dwightguth dwightguth deleted the alloc_refactor2 branch November 27, 2024 18:44
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.

2 participants