Count malloc size in pages #649
Labels
A-interface
Area: Interface/API
A-policy
Area: Policy
C-bug
Category: Bug
P-low
Priority: Low. A low-priority issue won't be scheduled and assigned. Any help is welcome.
We should count malloc size by pages in malloc mark sweep. And when we provide counted malloc, we should also count in pages (which means we will need to maintain some metadata to track which page is used in MMTk for those malloc results).
We probably will share some code between those two. #572 was trying to turn the current malloc marksweep space to a manual malloc space. We may not directly use code from the pull request.
The text was updated successfully, but these errors were encountered: