[][src]Type Definition jvm_rs::jvmti::jvmtiEventSampledObjectAlloc

type jvmtiEventSampledObjectAlloc = Option<unsafe extern "C" fn(jvmti_env: *mut jvmtiEnv, jni_env: *mut JNIEnv, thread: jthread, object: jobject, object_klass: jclass, size: jlong)>;