Skip to content
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

Merged
merged 9 commits into from
Oct 7, 2024

Conversation

dkosmari
Copy link
Contributor

@dkosmari dkosmari commented Oct 1, 2024

These functions are needed for GX2Perf initialization.

Daniel K. O. (dkosmari) added 4 commits October 1, 2024 11:55
--HG--
branch : coreinit-allocator-api
--HG--
branch : coreinit-allocator-api
--HG--
branch : coreinit-allocator-api
--HG--
branch : coreinit-allocator-api
include/coreinit/allocator.h Outdated Show resolved Hide resolved
include/coreinit/allocator.h Outdated Show resolved Hide resolved
include/coreinit/allocator.h Outdated Show resolved Hide resolved
Daniel K. O. (dkosmari) added 2 commits October 1, 2024 17:06
- Match names with decaf-emu.

--HG--
branch : coreinit-allocator-api
--HG--
branch : coreinit-allocator-api
@GaryOderNichts
Copy link
Contributor

Can you create a doxygen group for the file and add it to the coreinit group?

--HG--
branch : coreinit-allocator-api
@GaryOderNichts
Copy link
Contributor

Can you rename the header to memallocator.h and adjust the doxygen block? Just to be consistent with the other MEM* headers and decaf-emu.

- Fixed doxygen block.
- Sorted includes in `tests/test_compile_headers_common/test_compile_headers_list.h`.

--HG--
branch : coreinit-allocator-api
Copy link
Contributor

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.

--HG--
branch : coreinit-allocator-api
@GaryOderNichts GaryOderNichts changed the title coreinit allocator functions coreinit: Add memory allocator functions Oct 7, 2024
@GaryOderNichts GaryOderNichts merged commit 6f48526 into devkitPro:master Oct 7, 2024
1 check passed
@GaryOderNichts
Copy link
Contributor

Thanks!

@dkosmari dkosmari deleted the coreinit-allocator branch October 8, 2024 00:25
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