-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Labels
A-interfaceArea: Interface/APIArea: Interface/APIA-policyArea: PolicyArea: PolicyC-bugCategory: BugCategory: BugP-lowPriority: Low. A low-priority issue won't be scheduled and assigned. Any help is welcome.Priority: Low. A low-priority issue won't be scheduled and assigned. Any help is welcome.
Description
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.
Metadata
Metadata
Assignees
Labels
A-interfaceArea: Interface/APIArea: Interface/APIA-policyArea: PolicyArea: PolicyC-bugCategory: BugCategory: BugP-lowPriority: Low. A low-priority issue won't be scheduled and assigned. Any help is welcome.Priority: Low. A low-priority issue won't be scheduled and assigned. Any help is welcome.