public final class MemoryStats.NativeMemoryStats extends Object
| Constructor and Description |
|---|
NativeMemoryStats() |
| Modifier and Type | Method and Description |
|---|---|
long |
getAllocBytes()
Get the cumulative number of native bytes that have been allocated
|
long |
getAllocCount()
Get the number of native memory allocations that have been performed
|
long |
getBytesUsedLive()
Get amount of native memory currently in use
|
long |
getFreeBytes()
Get the cumulative number of native bytes that have been freed
|
long |
getFreeCount()
Get the number of native memory frees that have been performed
|
long |
getReallocBytes()
Get the cumulative number of native bytes that have been reallocated
|
long |
getReallocCount()
Get the number of native memory reallocations that have been performed
|
public final long getBytesUsedLive()
public final long getAllocCount()
public final long getAllocBytes()
public final long getReallocCount()
public final long getReallocBytes()
public final long getFreeCount()
public final long getFreeBytes()
Copyright © 2019 N5 Technologies, Inc. All Rights Reserved.