public class

MemoryAllocEvent

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

Class Overview

Memory event: a successful memory allocation took place.

Summary

Public Constructors
MemoryAllocEvent(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 MemoryAllocEvent (long address, int size, int protection)