1 | /* DO NOT EDIT THIS FILE - it is machine generated */ |
2 | #include <jni.h> |
3 | /* Header for class sun_management_MemoryManagerImpl */ |
4 | |
5 | #ifndef _Included_sun_management_MemoryManagerImpl |
6 | #define _Included_sun_management_MemoryManagerImpl |
7 | #ifdef __cplusplus |
8 | extern "C" { |
9 | #endif |
10 | /* |
11 | * Class: sun_management_MemoryManagerImpl |
12 | * Method: getMemoryPools0 |
13 | * Signature: ()[Ljava/lang/management/MemoryPoolMXBean; |
14 | */ |
15 | JNIEXPORT jobjectArray JNICALL Java_sun_management_MemoryManagerImpl_getMemoryPools0 |
16 | (JNIEnv *, jobject); |
17 | |
18 | #ifdef __cplusplus |
19 | } |
20 | #endif |
21 | #endif |
22 | |