# Class: com.pnfsoftware.jeb.core.units.code.asm.memory.MemoryAllocEvent

Memory event: a successful memory allocation took place.

## Constructor: MemoryAllocEvent
- parameter: `address`, type: `long`
- parameter: `size`, type: `int`
- parameter: `protection`, type: `int`

Description: Create a memory allocation event.
parameter: address: allocated address
parameter: size: allocation size in bytes
parameter: protection: memory protection flags

