| 1 | /* DO NOT EDIT THIS FILE - it is machine generated */ |
|---|---|
| 2 | #include <jni.h> |
| 3 | /* Header for class sun_management_MemoryImpl */ |
| 4 | |
| 5 | #ifndef _Included_sun_management_MemoryImpl |
| 6 | #define _Included_sun_management_MemoryImpl |
| 7 | #ifdef __cplusplus |
| 8 | extern "C"{ |
| 9 | #endif |
| 10 | /* |
| 11 | * Class: sun_management_MemoryImpl |
| 12 | * Method: getMemoryPools0 |
| 13 | * Signature: ()[Ljava/lang/management/MemoryPoolMXBean; |
| 14 | */ |
| 15 | JNIEXPORT jobjectArray JNICALL Java_sun_management_MemoryImpl_getMemoryPools0 |
| 16 | (JNIEnv *, jclass); |
| 17 | |
| 18 | /* |
| 19 | * Class: sun_management_MemoryImpl |
| 20 | * Method: getMemoryManagers0 |
| 21 | * Signature: ()[Ljava/lang/management/MemoryManagerMXBean; |
| 22 | */ |
| 23 | JNIEXPORT jobjectArray JNICALL Java_sun_management_MemoryImpl_getMemoryManagers0 |
| 24 | (JNIEnv *, jclass); |
| 25 | |
| 26 | /* |
| 27 | * Class: sun_management_MemoryImpl |
| 28 | * Method: getMemoryUsage0 |
| 29 | * Signature: (Z)Ljava/lang/management/MemoryUsage; |
| 30 | */ |
| 31 | JNIEXPORT jobject JNICALL Java_sun_management_MemoryImpl_getMemoryUsage0 |
| 32 | (JNIEnv *, jobject, jboolean); |
| 33 | |
| 34 | /* |
| 35 | * Class: sun_management_MemoryImpl |
| 36 | * Method: setVerboseGC |
| 37 | * Signature: (Z)V |
| 38 | */ |
| 39 | JNIEXPORT void JNICALL Java_sun_management_MemoryImpl_setVerboseGC |
| 40 | (JNIEnv *, jobject, jboolean); |
| 41 | |
| 42 | #ifdef __cplusplus |
| 43 | } |
| 44 | #endif |
| 45 | #endif |
| 46 |