Interface IMemoryAllocListener
public interface IMemoryAllocListener
VM page allocation listener.
-
Method Summary
Modifier and TypeMethodDescriptionvoidHandle a memory allocation event.
-
Method Details
-
onAllocEvent
Handle a memory allocation event.- Parameters:
e- allocation event
-