A unique value, greater than zero, for each buffer
pool in the memory pool on a physical entity. It is
recommended that values are assigned contiguously
starting from 1 such that the index will be unique
within a physical entity. Note that the index does
not overlap among different memory pools.
CempMemPoolIndex
int32
A unique value, greater than zero, for each memory
pool in a particular physical entity. It is recommended
that values are assigned contiguously starting from 1
such that the index will be unique within a particular
physical entity.
CempMemPoolIndexOrNone
int32
This textual convention is an extension of the
CempMemPoolIndex. The latter defines a value greater
than zero to identify a memory pool in a particular
physical entity. This extension permits the additional
value of zero. The value zero is object-specific and
must therefore be defined as part of the description
of any object which uses this syntax. Examples of the
usage of zero might include situations where memory
pool was unknown, or when none or all memory pools
need to be referenced.
CempMemPoolTypes
enumeration
Represents the different types of memory pools that
may be present in a managed device.
Note that only the processor pool is required to be
supported by all devices. Support for other pool types
is dependent on the device being managed.
processorMemory -
processor associated heap memory.
ioMemory -
shared memory for buffer data and
controller descriptor blocks.
pciMemory -
Peripheral Component Interconnect bus
memory which is visible to all devices on
the PCI buses in a platform.
fastMemory -
memory defined by the particular platform
for speed critical applications.
multibusMemory -
memory present on some platforms that
is used as a fallback pool.
interruptStackMemory -
memory for allocating interrupt stacks.
It is usually allocated from heap.
processStackMemory -
memory for allocating process stacks.
It is usually allocated from heap.
localExceptionMemory -
memory reserved for processing
a system core dump.
virtualMemory -
memory used to increase available RAM.
reservedMemory -
memory used for packet headers,
particle headers and particles.
imageMemory -
memory which corresponds to the image
file system.
asicMemory -
Application Specific Integrated Circuit
memory.
posixMemory -
Heap memory associated with posix style
processes in ion.