[−][src]Type Definition jvm_rs::jvmti::jvmtiEventVMObjectAlloc
type jvmtiEventVMObjectAlloc = Option<unsafe extern "C" fn(jvmti_env: *mut jvmtiEnv, jni_env: *mut JNIEnv, thread: jthread, object: jobject, object_klass: jclass, size: jlong)>;