-
Notifications
You must be signed in to change notification settings - Fork 11
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
Resolve "Replace liballoc with Custom Heap" #368
Open
Kfeavel
wants to merge
50
commits into
dev
Choose a base branch
from
367-kernel-heap
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
Kfeavel
added
enhancement
An improvement on a pre-existing code
high-priority
Other issues depend upon this one
labels
Jan 25, 2022
Kfeavel
force-pushed
the
367-kernel-heap
branch
2 times, most recently
from
January 28, 2022 02:19
2c051ef
to
909c2f8
Compare
Kfeavel
force-pushed
the
367-kernel-heap
branch
from
February 5, 2022 19:44
e9730a1
to
125d683
Compare
Kfeavel
force-pushed
the
367-kernel-heap
branch
2 times, most recently
from
February 15, 2022 00:17
c937c9c
to
294476c
Compare
Will write some unit tests for this soon. Thanks to @micahswitzer for writing a basic one used for testing ( |
micahswitzer
force-pushed
the
367-kernel-heap
branch
from
January 2, 2023 20:08
10ee812
to
e722d08
Compare
Moved so that the new heap code can live in Heap.cpp/.hpp
Classes should instead publically inherit the `LinkedListNode` class
Likely will need fixing in some areas
Still need to fix pointer alignment issue
Needed to pass pointer of pointer for alignment to work properly
Add getters for heap information (bytes allocated & bytes in use)
Prevents VSCode from becoming confused about class definitions
Tests allocations and frees of randomized sizes and positions
Prevents Intellisense from becoming confused regarding definitions conflicting or being declared in different namespaces
Should help remove ambiguity about what function is being called (xyris vs host)
micahswitzer
force-pushed
the
367-kernel-heap
branch
from
January 2, 2023 23:30
e722d08
to
c375a8a
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #367