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

Alloc refactor #1164

Open
wants to merge 30 commits into
base: develop
Choose a base branch
from
Open

Alloc refactor #1164

wants to merge 30 commits into from

Conversation

stevenmeker
Copy link
Collaborator

Turned struct arena into class arena with data members made private.

Deleted unused global functions:
arena_reset()
get_arena_allocation_semispace_id()
youngspace_almost_full()

Turned global functions into arena member functions:
fresh_block() (private)
make arena_size()
arena_clear()
make arena_resize_last_alloc()
get_arena_collection_semispace_id()
do_alloc_slow() (private)
arena_swap_and_clear()
arena_start_ptr()
arena_end_ptr()
kore_arena_alloc()

Steven Eker and others added 28 commits October 21, 2024 20:10
@rv-jenkins rv-jenkins changed the base branch from master to develop November 15, 2024 19:45
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