Skip to content

pull 2 #3

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

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

pull 2 #3

wants to merge 7 commits into from

Conversation

jamesjerram
Copy link
Collaborator

No description provided.

TSanon added 7 commits April 13, 2013 14:27
mm_coalesce_check
Checks whether a block is adjacent to another free block

mm_foster
repairs structure of tree after a node is removed

mm_fosterLinear
Repairs linear list of size tree after a node is removed

mm_loc_free_remove
removes a block from the location free tree

mm_size_free_remove
removes a block from the size free tree

mm_free_list
adds a block to the two free lists

mm_coalesce
appends two blocks

mm_push
adds a block to the linear list of a node in the size tree

mm_pop
removes a block from the linear list of a node in the size tree

mm_getNext
Returns pointer to a pointer to the next node in a size tree linear list

mm_getChild

mm_size_free_add

mm_loc_free_add

mm_free
header is as follows: SIZE (size_t) | loc_left (int *) | loc_right (int
*) | size_left (int *) | size_right (int *) | size_next (int *) | FREE
(int) | (data block starts here)
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