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

Commits on Oct 1, 2024

  1. Added header for allocator API.

    --HG--
    branch : coreinit-allocator-api
    Daniel K. O. (dkosmari) committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    60e99ce View commit details
    Browse the repository at this point in the history
  2. Removed extra lines.

    --HG--
    branch : coreinit-allocator-api
    Daniel K. O. (dkosmari) committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    fb071e4 View commit details
    Browse the repository at this point in the history
  3. Added coreinit/allocator.h to tests.

    --HG--
    branch : coreinit-allocator-api
    Daniel K. O. (dkosmari) committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    c9a485b View commit details
    Browse the repository at this point in the history
  4. Forgot to include memheap.h.

    --HG--
    branch : coreinit-allocator-api
    Daniel K. O. (dkosmari) committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    b178978 View commit details
    Browse the repository at this point in the history
  5. - Reformatted and reorganized.

    - Match names with decaf-emu.
    
    --HG--
    branch : coreinit-allocator-api
    Daniel K. O. (dkosmari) committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    73beeb5 View commit details
    Browse the repository at this point in the history
  6. Forgot to update the macro check.

    --HG--
    branch : coreinit-allocator-api
    Daniel K. O. (dkosmari) committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    49d724a View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Added Doxygen docs.

    --HG--
    branch : coreinit-allocator-api
    Daniel K. O. (dkosmari) committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    3a0507a View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. - Renamed allocator.h to memallocator.h.

    - Fixed doxygen block.
    - Sorted includes in `tests/test_compile_headers_common/test_compile_headers_list.h`.
    
    --HG--
    branch : coreinit-allocator-api
    Daniel K. O. (dkosmari) committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    224ffde View commit details
    Browse the repository at this point in the history
  2. Unsorted headers.

    --HG--
    branch : coreinit-allocator-api
    Daniel K. O. (dkosmari) committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    79f8eea View commit details
    Browse the repository at this point in the history