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

<<101102103104105106107108109110>>

  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCapture.cpp 340 tmp = ( char * ) malloc( strlen(rangeStr) + 1 );
    [all...]
  /libcore/luni/src/main/native/
java_lang_StringToReal.cpp 105 #define allocateU64(x, n) if (!((x) = reinterpret_cast<uint64_t*>(malloc((n) * sizeof(uint64_t))))) goto OutOfMemory;
  /packages/apps/Nfc/nci/jni/
NativeNfcManager.cpp 528 nfc_jni_native_data* nat = (nfc_jni_native_data*)malloc(sizeof(struct nfc_jni_native_data));
    [all...]
  /system/core/libcutils/
mq.c 824 ALOGW("malloc() error. Failed to tell process %d that process %d is"
855 ALOGW("malloc() error. Failed to tell process %d that process %d is"
1073 ALOGW("malloc() failed.");
1082 ALOGW("malloc() failed.");
1096 LOG_ALWAYS_FATAL("malloc() error.");
    [all...]
  /system/core/sh/
arith_lex.c     [all...]
eval.c 546 * want to save its output in a block obtained from malloc. Otherwise
928 shellparam.malloc = 0;
  /system/netd/
CommandListener.cpp 585 in_addr *addrs = (in_addr *)malloc(sizeof(in_addr) * num_addrs);
    [all...]
  /system/vold/
cryptfs.c     [all...]
  /external/icu4c/test/cintltst/
cmsccoll.c     [all...]
ccaltst.c 348 result=(UChar*)malloc(sizeof(UChar) * resultlength);
362 tzdname=(UChar*)malloc(sizeof(UChar) * (sizeof(expectPDT)+1));
    [all...]
  /external/libvpx/libvpx/
vpxenc.c 200 stats->buf.buf = malloc(stats->buf_alloc_sz);
223 stats->buf.buf = malloc(stats->buf_alloc_sz);
    [all...]
  /external/libxml2/
xmllint.c 814 ret = (char *) malloc(len + 1);
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 729 unsigned* idxs = (unsigned*)malloc(size * sizeof(unsigned));
747 unsigned* idxs = (unsigned*)malloc(size * sizeof(unsigned));
    [all...]
  /external/ppp/pppd/
eap.c 1209 path = malloc(pl);
    [all...]
  /external/v8/src/
gdb-jit.cc 63 buffer_(reinterpret_cast<byte*>(malloc(capacity_))) {
    [all...]
  /external/valgrind/main/coregrind/
m_main.c 163 " user options for Valgrind tools that replace malloc:\n"
198 " To use a non-libc malloc library that is\n"
255 " debugging options for Valgrind tools that replace malloc:\n"
256 " --trace-malloc=no|yes show client malloc details? [no]\n"
    [all...]
  /external/webkit/Source/WebKit/mac/Carbon/
HIWebView.mm 240 HIWebView* view = (HIWebView*)malloc( sizeof( HIWebView ) );
    [all...]
  /external/webkit/Tools/Scripts/
old-run-webkit-tests 284 -g|--guard-malloc Enable malloc guard
334 'guard-malloc|g' => \$guardMalloc,
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_atheros.c     [all...]
  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp 560 MemTab.Region[i].pBaseAddress = malloc(MemTab.Region[i].Size);
590 ALOGV("\tLvmBundle_init CreateInstance Succesfully malloc'd memory\n");
725 (LVM_INT16 *)malloc(frameCount * sizeof(LVM_INT16) * 2);
    [all...]
  /frameworks/av/media/libstagefright/
MPEG4Extractor.cpp 234 mCache = (uint8_t *)malloc(size);
518 char *buf = (char*)malloc(psshsize);
    [all...]
  /hardware/ril/reference-ril/
reference-ril.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
AacEncTest.c 128 #define newmalloc(x) mymalloc((x),(&ListHeader)) /* new prototype of malloc function */
577 APP_EPRINT("%d :: App: Malloc Failed\n",__LINE__);
813 APP_EPRINT("%d :: App: Malloc Failed\n",__LINE__);
905 APP_DPRINT("%d :: APP: Malloc Failed\n",__LINE__);
995 APP_DPRINT("%d :: APP: Malloc Failed\n",__LINE__);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Dec_Utils.c 57 #include <malloc.h>
98 #define newmalloc(x) malloc(x)
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
OMX_JpegDec_Utils.c 57 #include <malloc.h>
    [all...]

Completed in 1773 milliseconds

<<101102103104105106107108109110>>