Skip to content

Conversation

stevenmeker
Copy link
Contributor

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
@dwightguth dwightguth closed this Nov 26, 2024
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