| Package | Description |
|---|---|
| org.bytedeco.javacpp |
Contains the main set of classes for JavaCPP at runtime.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BoolPointer
The peer class to native pointers and arrays of
bool. |
class |
CLongPointer
The peer class to native pointers and arrays of
long. |
class |
SizeTPointer
The peer class to native pointers and arrays of
size_t. |
| Modifier and Type | Method and Description |
|---|---|
static long |
Pointer.availablePhysicalBytes()
Returns the amount of physical memory that is free according to the operating system, or 0 if unknown.
|
static long |
Pointer.physicalBytes()
Returns the amount of physical memory currently used by the whole process, or 0 if unknown.
|
static int |
Loader.totalChips()
Returns the number of CPU chips installed according to the operating system, or 0 if unknown.
|
static int |
Loader.totalCores()
Returns the number of CPU cores usable according to the operating system, or 0 if unknown.
|
static long |
Pointer.totalPhysicalBytes()
Returns the amount of physical memory installed according to the operating system, or 0 if unknown.
|
static int |
Loader.totalProcessors()
Returns the number of processors configured according to the operating system, or 0 if unknown.
|
Copyright © 2017. All rights reserved.