|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jniwrapper.Parameter
com.jniwrapper.Structure
com.jniwrapper.win32.process.monitoring.PerformanceEntry
com.jniwrapper.win32.process.monitoring.HeapEntry
The HeapEntry class represents the HEAPENTRY32 structure.
Field Summary | |
static int |
LF32_FIXED
The memory block has a fixed (unmovable) location. |
static int |
LF32_FREE
The memory block is not used. |
static int |
LF32_MOVEABLE
The memory block location can be moved. |
Fields inherited from class com.jniwrapper.Structure |
f |
Fields inherited from class com.jniwrapper.Parameter |
LICENSE_TYPE, V |
Constructor Summary | |
HeapEntry()
|
Method Summary | |
long |
getAddress()
Linear address of the start of the block. |
long |
getBlockSize()
Size of the heap block, in bytes. |
java.lang.String |
getDebugInfo()
|
long |
getFlags()
Flags. |
Handle |
getHandle()
Handle to the heap block. |
long |
getHeapID()
Heap identifier in the owning process context. |
long |
getLockCount()
Lock count on the memory block. |
long |
getProcessID()
Identifier of the process to be examined. |
Methods inherited from class com.jniwrapper.Structure |
a, a, acceptIOPerformer, addMembers, clone, computeLength, equals, getAlignmentRequirement, getFirstMemberSize, getLength, getMember, getMembers, getOffsets, init, init, initFrom, pop, push, read, setDataBuffer, write |
Methods inherited from class com.jniwrapper.Parameter |
|
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int LF32_FIXED
public static final int LF32_FREE
public static final int LF32_MOVEABLE
Constructor Detail |
public HeapEntry()
Method Detail |
public Handle getHandle()
public long getAddress()
public long getBlockSize()
public long getFlags()
LF32_FIXED
,
LF32_FREE
, LF32_MOVEABLE
public long getLockCount()
public long getProcessID()
public long getHeapID()
public java.lang.String getDebugInfo()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |