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

/openjdk7/jdk/src/share/native/common/
H A Dcheck_code.c198 * track of (in addition to the CCalloc pool).
404 ((type *)CCalloc(context, (count)*(sizeof(type)), JNI_FALSE))
406 ((type *)CCalloc(context, (count)*(sizeof(type)), JNI_TRUE))
411 static void *CCalloc(context_type *context, int size, jboolean zero);
3498 CCalloc(context_type *context, int size, jboolean zero) function

Completed in 1693 milliseconds