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

Kernel: Respect partition param in heap funcs #16413

Merged
merged 2 commits into from
Nov 22, 2022

Conversation

unknownbrackets
Copy link
Collaborator

Not really tested, but just uses the partition ID to allocate in the right space and look up free memory in the right space. Should fix #13021.

-[Unknown]

@unknownbrackets unknownbrackets added the Code Cleanup Cleanup to make future work easier. Needs to be done sometimes. label Nov 22, 2022
@unknownbrackets unknownbrackets added this to the v1.14.0 milestone Nov 22, 2022
@hrydgard
Copy link
Owner

Makes sense, let's give it a shot.

@hrydgard hrydgard merged commit 5c2663e into hrydgard:master Nov 22, 2022
@unknownbrackets unknownbrackets deleted the heap-partition branch November 22, 2022 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code Cleanup Cleanup to make future work easier. Needs to be done sometimes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request] sceKernelPartitionTotalFreeMemSize() and sceKernelPartitionMaxFreeMemSize()
2 participants