-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
coreinit: Add memory allocator functions #402
Conversation
--HG-- branch : coreinit-allocator-api
--HG-- branch : coreinit-allocator-api
--HG-- branch : coreinit-allocator-api
--HG-- branch : coreinit-allocator-api
- Match names with decaf-emu. --HG-- branch : coreinit-allocator-api
--HG-- branch : coreinit-allocator-api
Can you create a doxygen group for the file and add it to the coreinit group? |
--HG-- branch : coreinit-allocator-api
Can you rename the header to |
- Fixed doxygen block. - Sorted includes in `tests/test_compile_headers_common/test_compile_headers_list.h`. --HG-- branch : coreinit-allocator-api
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please keep the order of these as they are for now, we plan on cleaning this and other things up soon.
f66832a
to
224ffde
Compare
--HG-- branch : coreinit-allocator-api
Thanks! |
These functions are needed for GX2Perf initialization.