Skip to content

Separate wsmod and pracmod heap - #4

Open
ComplexPlane wants to merge 1 commit into
masterfrom
ComplexPlane/wsmod-separate-heap
Open

Separate wsmod and pracmod heap#4
ComplexPlane wants to merge 1 commit into
masterfrom
ComplexPlane/wsmod-separate-heap

Conversation

@ComplexPlane

Copy link
Copy Markdown
Collaborator

This dedicates a separate heap for wsmod, to separate its dynamic allocations from practice mod. This guarantees that wsmod will always have the memory that it needs, independent of practice mod's memory usage.

Currently it looks like the wsmod heap size (80kb) is not sufficient, partly because menus allocate before freeing when switching pages? Need to understand/optimize wsmod's dynamic memory behavior before deciding a fixed heap size I suppose.

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.

1 participant