-
-
Notifications
You must be signed in to change notification settings - Fork 14.3k
Closed
Labels
T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.
Description
In Servo we use heapsize to be able to report about heap memory usage. It would be way more robust if heapsize's function heap_size_of were in liballoc itself.
Probably that function should be parameterised by T instead of taking a *mut c_void, to handle alignment without relying on HeapValidate on Windows.
Metadata
Metadata
Assignees
Labels
T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.