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

<<101102103104105106107108109110>>

  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Utils.c 186 queue->Elements = (void*)malloc(VIDDEC_MAX_QUEUE_SIZE*sizeof(OMX_U32));
190 queue->Elements = (void*)malloc(VIDDEC_MAX_QUEUE_SIZE*sizeof(OMX_MARKTYPE));
548 /*pTempCBuffer->m_lock = malloc(sizeof(pthread_mutex_t));*/
    [all...]
  /hardware/ti/omap4xxx/camera/
CameraHal.cpp     [all...]
  /dalvik/vm/compiler/codegen/x86/
CodegenInterface.cpp 237 sortedEntries = (JitEntry *)malloc(sizeof(JitEntry) * gDvmJit.jitTableSize);
    [all...]
  /dalvik/vm/interp/
Jit.cpp     [all...]
  /device/generic/goldfish/qemud/
qemud.c 125 p = malloc(sz);
    [all...]
  /external/bison/src/
scan-code.c     [all...]
scan-gram.c     [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_storage.c     [all...]
  /external/bzip2/
bzip2.c     [all...]
  /external/chromium/sdch/open-vcdiff/src/
vcdecoder3_test.cc 27 #include <malloc.h>
    [all...]
  /external/e2fsprogs/lib/blkid/
probe.c 60 pr->sbbuf = malloc(SB_BUFFER_SIZE);
    [all...]
  /external/icu4c/test/cintltst/
idnatest.c 89 tSrc =(UChar*) malloc( U_SIZEOF_UCHAR * tSrcLen );
    [all...]
  /external/icu4c/test/intltest/
csdetest.cpp 30 #define NEW_ARRAY(type,count) (type *) /*uprv_*/malloc((count) * sizeof(type))
  /external/iproute2/ip/
ipaddress.c 693 h = malloc(n->nlmsg_len+sizeof(void*));
  /external/libpcap/
scanner.c     [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 628 priv->cx_data = malloc(priv->cx_data_sz);
    [all...]
  /external/linux-tools-perf/util/
session.c 654 os->sample_buffer = malloc(MAX_SAMPLE_BUFFER * sizeof(*new));
    [all...]
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 361 OurException *ret = (OurException*) memset(malloc(size), 0, size);
    [all...]
  /external/llvm/lib/Support/
CommandLine.cpp 452 char *NewStr = (char*)malloc(Pos+1);
    [all...]
  /external/mdnsresponder/Clients/
dns-sd.c 489 newref = malloc(sizeof(*newref));
    [all...]
  /external/open-vcdiff/src/
vcdecoder3_test.cc 27 #include <malloc.h>
    [all...]
  /external/openssh/
umac.c     [all...]
  /external/qemu/android/skin/
region.c 15 #include <stdlib.h> /* malloc/free */
118 RunStore* s = malloc( sizeof(*s) + sizeof(Run)*count );
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/directfb/
SDL_DirectFB_video.c 110 device->hidden = (struct SDL_PrivateVideoData *) malloc (sizeof (*device->hidden));
  /external/skia/src/core/
SkRegion.cpp 186 char* result = (char*)malloc(max);
    [all...]

Completed in 1184 milliseconds

<<101102103104105106107108109110>>