Searched refs:malloc (Results 276 - 279 of 279) sorted by relevance

<<1112

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiExport.cpp620 *_cached_data_ptr = (unsigned char *)os::malloc(_curr_len, mtInternal);
H A DjvmtiRedefineClasses.cpp96 // Free os::malloc allocated memory in load_new_class_version.
145 // Free os::malloc allocated memory.
839 // For consistency allocate memory using os::malloc wrapper.
841 os::malloc(sizeof(instanceKlassHandle) * _class_count, mtInternal);
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dgtk2_interface.c736 gchar *s, *new_env = SAFE_SIZE_STRUCT_ALLOC(malloc,
/openjdk7/jdk/src/share/demo/jvmti/java_crw_demo/
H A Djava_crw_demo.c296 ptr = malloc(nbytes);
298 CRW_FATAL(ci, "Ran out of malloc memory");
316 CRW_FATAL(ci, "Ran out of malloc memory");
331 CRW_FATAL(ci, "Ran out of malloc memory");
2525 /* Return malloc space */

Completed in 56 milliseconds

<<1112