public class MemoryAllocationAttributes
extends com.jniwrapper.util.EnumItem
Modifier and Type | Field and Description |
---|---|
static MemoryAllocationAttributes |
FIXED
Allocates fixed memory.
|
static MemoryAllocationAttributes |
LHND
Combines MOVEABLE, ZEROINIT attrbiutes.
|
static MemoryAllocationAttributes |
LPTR
Combines FIXED, ZEROINIT attrbiutes.
|
static MemoryAllocationAttributes |
MOVEABLE
Allocates movable memory.
|
static MemoryAllocationAttributes |
ZEROINIT
Sets all allocated bytes to zero.
|
public static final MemoryAllocationAttributes FIXED
public static final MemoryAllocationAttributes MOVEABLE
public static final MemoryAllocationAttributes ZEROINIT
public static final MemoryAllocationAttributes LPTR
public static final MemoryAllocationAttributes LHND