HomeSort by relevance Sort by last modified time
    Searched refs:malloc (Results 2251 - 2275 of 2813) sorted by null

<<919293949596979899100>>

  /external/qemu/
kqemu.c 597 r = malloc(sizeof(PCRecord));
639 pr = malloc(sizeof(PCRecord *) * nb_pc_records);
  /external/qemu/proxy/
proxy_http_rewriter.c 100 HttpHeader* h = malloc(sizeof(*h) + len+1);
198 HttpRequest* r = malloc(sizeof(*r));
    [all...]
  /external/quake/quake/src/QW/client/
gl_screen.c 651 buffer = malloc(glwidth*glheight*3 + 18);
879 newbuf = malloc(glheight * glwidth * 3);
gl_warp.c 413 pcx_rgb = malloc( count * 4);
523 targa_rgba = malloc (numPixels*4);
  /external/quake/quake/src/WinQuake/
gl_warp.cpp 462 pcx_rgb = malloc( count * 4);
572 targa_rgba = malloc (numPixels*4);
vid_sunxil.cpp 676 d_pzbuffer = malloc(PM(vid.width)*PM(vid.height)*sizeof(*d_pzbuffer));
704 d_pzbuffer = malloc(PM(vid.width)*PM(vid.height)*sizeof(*d_pzbuffer));
  /external/skia/legacy/src/images/
SkImageDecoder_libjpeg.cpp 468 malloc(sizeof(jpeg_decompress_struct));
498 index->index = (huffman_index*)malloc(sizeof(huffman_index));
    [all...]
  /external/skia/legacy/src/ports/
SkFontHost_android.cpp 705 malloc((names.count() + 1) * sizeof(char*));
845 void* fontData = malloc(len);
    [all...]
  /external/skia/src/images/
SkImageDecoder_libjpeg.cpp 506 malloc(sizeof(jpeg_decompress_struct));
536 index->index = (huffman_index*)malloc(sizeof(huffman_index));
    [all...]
  /external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
EASLibVst.c 65 * to malloc and free, the dup flag, and simply track
386 *pHWInstData = malloc(sizeof(EAS_HW_INST_DATA));
432 return malloc((size_t) size);
    [all...]
  /external/tcpdump/
tcpdump.c 968 WFileNameAlt = (char *)malloc(strlen(WFileName) + MAX_CFLAG_CHARS + 1);
970 error("malloc of WFileNameAlt");
1185 name = (char *)malloc(strlen(dump_info->WFileName) + MAX_CFLAG_CHARS + 1);
1187 error("dump_packet_and_trunc: malloc");
    [all...]
  /external/valgrind/main/exp-sgcheck/
pc_common.c 668 = VG_(newXA)( VG_(malloc), "pc.update_extra.Heap.descr1",
671 = VG_(newXA)( VG_(malloc), "pc.update_extra.Heap.descr1",
  /external/valgrind/main/include/vki/
vki-darwin.h 100 #include <malloc/malloc.h>
  /external/valgrind/main/massif/tests/
peak2.stderr.exp 2 Massif: malloc
  /external/valgrind/main/memcheck/
mc_malloc_wrappers.c 3 /*--- malloc/free wrappers for detecting errors and updating bits. ---*/
63 /*--- Tracking malloc'd and free'd blocks ---*/
68 /* Record malloc'd blocks. */
206 management is working correctly, any pointer returned by VG_(malloc)
296 void* MC_(malloc) ( ThreadId tid, SizeT n ) function
298 if (complain_about_silly_args(n, "malloc")) {
350 by MEMPOOL or by MALLOC/FREELIKE_BLOCK requests. */
617 mp = VG_(malloc)("mc.cm.1", sizeof(MC_Mempool));
627 VG_(malloc) should be noaccess as far as the client is
  /external/valgrind/main/none/tests/
cmdline1.stdout.exp 52 user options for Valgrind tools that replace malloc:
87 To use a non-libc malloc library that is
  /external/valgrind/main/none/tests/x86/
x86locked.c 731 UInt* iil = malloc(sizeof(UInt));
732 UShort* iiw = malloc(sizeof(UShort));
  /external/valgrind/unittest/
posix_tests.cc 253 int *MALLOC;
271 (*MALLOC)++;
289 MALLOC = (int*)malloc(sizeof(int));
306 ANNOTATE_EXPECT_RACE(MALLOC, "real race on a malloc-ed object");
325 free(MALLOC);
882 void *x = malloc((i % 64) + 1);
  /external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/
main.m 131 PluginObject *obj = (PluginObject *)malloc(sizeof(PluginObject));
  /external/webkit/Examples/NetscapeInputMethodPlugin/
main.m 117 PluginObject* obj = (PluginObject*)malloc(sizeof(PluginObject));
  /external/webkit/Source/WebCore/dom/
xml_expat_tokenizer.cpp 49 char* origDst = (char*)malloc(len + 1);
82 callback->atts = (XML_Char**)malloc(sizeof(XML_Char*) * (callback->count+1));
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
ShaderProgram.cpp 202 char* buf = (char*) malloc(infoLen);
243 char* buf = (char*) malloc(bufLength);
    [all...]
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginEventHandlerCarbon.mm 317 char *buffer = (char *)malloc(numBytes);
WebNetscapePluginStream.mm 230 m_headers = (char*) malloc(len + 1);
  /external/webkit/Tools/DumpRenderTree/mac/PerlSupport/
DumpRenderTreeSupport_wrapPregenerated.c 505 /* Get rid of free and malloc defined by perl */
507 #undef malloc macro
916 mg->mg_virtual = (MGVTBL *) malloc(sizeof(MGVTBL));

Completed in 1785 milliseconds

<<919293949596979899100>>