Searched defs:jvmtiAllocate (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/back/
H A Dutil.c569 arguments = jvmtiAllocate(argumentCount * (jint)sizeof(*arguments));
1714 value = jvmtiAllocate((int)strlen(utf) + 1);
1787 jvmtiAllocate(jint numBytes) function
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_util.c46 * All memory allocation and deallocation goes through jvmtiAllocate()
93 jvmtiAllocate(int size) function

Completed in 42 milliseconds