-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
further refactoring allocation code (#1165)
* 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 --------- Co-authored-by: Dwight Guth <[email protected]>
- Loading branch information
1 parent
03f0fa6
commit 3a0b23d
Showing
5 changed files
with
192 additions
and
233 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.