public class

MemoryFreeEvent

extends MemoryEvent
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.code.asm.memory.MemoryEvent
     ↳ com.pnfsoftware.jeb.core.units.code.asm.memory.MemoryFreeEvent

Class Overview

Memory event: memory pages were successfully freed.

Summary

Public Constructors
MemoryFreeEvent(long address, int size, int protection)
[Expand]
Inherited Methods
From class com.pnfsoftware.jeb.core.units.code.asm.memory.MemoryEvent
From class java.lang.Object

Public Constructors

public MemoryFreeEvent (long address, int size, int protection)