Impact Acquire SDK Java
TMemoryManagerPoolMode Class Reference

Defines the pool mode of memory manager. More...

Static Public Attributes

static final int mmpmAuto = acquireJNI.mmpmAuto_get()
 Use Pool in Automatic Mode.
 
static final int mmpmFixed = acquireJNI.mmpmFixed_get()
 Use Pool in Manual Mode.
 
static final int mmpmOff = acquireJNI.mmpmOff_get()
 Dont use Pool.
 

Detailed Description

Defines the pool mode of memory manager.

Member Data Documentation

◆ mmpmAuto

final int mmpmAuto = acquireJNI.mmpmAuto_get()
static

Use Pool in Automatic Mode.

◆ mmpmFixed

final int mmpmFixed = acquireJNI.mmpmFixed_get()
static

Use Pool in Manual Mode.

◆ mmpmOff

final int mmpmOff = acquireJNI.mmpmOff_get()
static

Dont use Pool.