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

<<1112

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_xembed_server.c168 xembed_server_data * data = malloc(sizeof(xembed_server_data));
/openjdk7/jdk/src/windows/native/java/net/
H A DTwoStacksPlainSocketImpl.c31 #include <malloc.h>
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DRenderQueue.cpp27 #include <malloc.h>
H A DD3DTextRenderer.cpp26 #include <malloc.h>
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dcoding.cpp977 buf.malloc(100);
H A Dunpack.cpp492 // Call malloc. Try to combine small blocks and free much later.
1048 chars.malloc(size3);
1116 chars.malloc(size3);
1138 bigbuf.malloc(maxlen * 3 + 1); // max Utf8 length, plus slop for null
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DTransformHelper.c404 ? malloc((size_t) memsize)
/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Decl_gf.c56 meth = (GFMethod *) malloc(sizeof(GFMethod));
/openjdk7/jdk/src/macosx/native/java/util/
H A DMacOSXPreferencesFile.m159 UniChar *chars = malloc(length * sizeof(UniChar));
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiTagMap.cpp153 _table = (JvmtiTagHashmapEntry**)os::malloc(s, mtInternal);
191 JvmtiTagHashmapEntry** new_table = (JvmtiTagHashmapEntry**)os::malloc(s, mtInternal);
H A Dunsafe.cpp584 void* x = os::malloc(sz, mtInternal);
604 void* x = (p == NULL) ? os::malloc(sz, mtInternal) : os::realloc(p, sz, mtInternal);
874 /* Work around 4153825. malloc crashes on Solaris when passed a
H A DjvmtiEnvBase.cpp378 char** new_prefixes = (char**)os::malloc((prefix_count) * sizeof(char*), mtInternal);
/openjdk7/hotspot/agent/src/os/solaris/proc/
H A Dsaproc.cpp656 struct FileMapHeader* pheader = (struct FileMapHeader*) malloc(sizeof(struct FileMapHeader));
/openjdk7/hotspot/src/share/vm/memory/
H A Ddump.cpp1305 char* saved_vtbl = (char*)malloc(vtbl_list_size * sizeof(void*));
/openjdk7/jdk/src/windows/native/com/sun/media/sound/
H A DPLATFORM_API_WinOS_DirectSound.cpp881 info = (DS_Info*) malloc(sizeof(DS_Info));
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_util.c139 HPROF_ERROR(JNI_TRUE, "Cannot allocate malloc memory");
162 ptr = malloc(size);
164 HPROF_ERROR(JNI_TRUE, "Cannot allocate malloc memory");
/openjdk7/jdk/src/share/native/sun/security/jgss/wrapper/
H A DGSSLibStub.c119 cb = malloc(sizeof(struct gss_channel_bindings_struct));
/openjdk7/hotspot/src/share/vm/adlc/
H A Dformssel.cpp1332 uniq_idx = (uint*) malloc(sizeof(uint)*(_uniq_idx_length));
3405 subtree = (char *)malloc(len);
3809 char* buf = (char*) malloc(strlen(instr_ident) + 4);
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dawt_ImagingLib.c377 kdata = (mlib_s32 *)malloc(w * h * sizeof(mlib_s32));
623 kdata = (mlib_s32 *)malloc(w * h * sizeof(mlib_s32));
1346 jtable = (LookupArrayInfo *)malloc(lut_nbands * sizeof (LookupArrayInfo));
/openjdk7/hotspot/src/os/bsd/dtrace/
H A Dlibjvm_db.c1015 J->N = (Nmethod_t *) malloc(sizeof(Nmethod_t));
/openjdk7/hotspot/src/os/solaris/dtrace/
H A Dlibjvm_db.c1015 J->N = (Nmethod_t *) malloc(sizeof(Nmethod_t));
/openjdk7/hotspot/src/share/vm/runtime/
H A DobjectMonitor.cpp2458 char * knobs = (char *) malloc (sz + 2) ;
H A Dthread.cpp180 : os::malloc(aligned_size, flags, CURRENT_PC);
194 : os::malloc(size, flags, CURRENT_PC);
/openjdk7/jdk/src/solaris/native/java/net/
H A DNetworkInterface.c801 _pointer = (_type)malloc( _size ); \
/openjdk7/jdk/src/share/native/sun/java2d/pipe/
H A DShapeSpanIterator.c1425 segmentTable = malloc(pd->numSegments * sizeof(segmentData *));

Completed in 281 milliseconds

<<1112