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

<<101102103104105106107108109110>>

  /external/openssl/apps/
apps.c     [all...]
speed.c     [all...]
  /external/qemu/tcg/
tcg.c 41 #include <malloc.h>
178 /* big malloc: insert a new pool (XXX: could optimize) */
    [all...]
  /external/quake/quake/src/QW/scitech/include/
mgraph.h     [all...]
  /external/quake/quake/src/WinQuake/scitech/INCLUDE/
MGRAPH.H     [all...]
  /external/v8/src/mips/
simulator-mips.cc 893 stack_ = reinterpret_cast<char*>(malloc(stack_size_));
    [all...]
  /external/valgrind/main/coregrind/m_demangle/
cplus-dem.c 35 This file imports xmalloc and xrealloc, which are like malloc and
62 void * malloc ();
833 a pointer to a @code{malloc}ed string giving a C++ representation
    [all...]
  /external/valgrind/main/exp-sgcheck/
sg_main.c 75 p = VG_(malloc)( cc, n );
    [all...]
  /external/zlib/src/contrib/minizip/
zip.c 62 # define ALLOC(size) (malloc(size))
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu.c 444 buf = malloc(len);
    [all...]
  /hardware/samsung_slsi/exynos5/libhwc/
hwc.cpp     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
OMX_G722Dec_Utils.c 63 #include <malloc.h>
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
OMX_G726Dec_Utils.c 63 #include <malloc.h>
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
OMX_G726Enc_Utils.c 62 #include <malloc.h>
225 G726ENC_EPRINT("%d :: Malloc Failed\n",__LINE__);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
OMX_AmrDecoder.c     [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
LCML_DspCodec.c 72 p = (t*)malloc(s); \
419 OMX_ERROR4 (((LCML_CODEC_INTERFACE *)hInt)->dbg, "%d :: malloc failed....\n",__LINE__);
435 OMX_ERROR4 (((LCML_CODEC_INTERFACE *)hInt)->dbg, "%d :: malloc failed....\n",__LINE__);
451 OMX_ERROR4 (((LCML_CODEC_INTERFACE *)hInt)->dbg, "%d :: malloc failed....\n",__LINE__);
728 OMX_ERROR4 (((LCML_CODEC_INTERFACE *)hInt)->dbg, "%d :: malloc failed....\n",__LINE__);
744 OMX_ERROR4 (((LCML_CODEC_INTERFACE *)hInt)->dbg, "%d :: malloc failed....\n",__LINE__);
    [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCameraAdapter.cpp     [all...]
  /external/valgrind/main/VEX/switchback/
test_bzip2.c     [all...]
  /external/valgrind/main/massif/tests/
culling2.stderr.exp 2 Massif: malloc
    [all...]
  /external/llvm/
configure     [all...]
  /external/llvm/projects/sample/
configure     [all...]
  /external/expat/lib/
xmlparse.c 562 #define MALLOC(s) (parser->m_mem.malloc_fcn((s)))
745 parser = (XML_Parser)malloc(sizeof(struct XML_ParserStruct));
748 mtemp->malloc_fcn = malloc;
761 atts = (ATTRIBUTE *)MALLOC(attsSize * sizeof(ATTRIBUTE));
767 attInfo = (XML_AttrInfo*)MALLOC(attsSize * sizeof(XML_AttrInfo));
774 dataBuf = (XML_Char *)MALLOC(INIT_DATA_BUF_SIZE * sizeof(XML_Char));
    [all...]
  /external/valgrind/main/memcheck/
mc_translate.c 113 involving the malloc replacements in vg_replace_malloc.c and
    [all...]
  /external/valgrind/main/memcheck/tests/
deep-backtrace.stderr.exp 501 Address 0x........ is not stack'd, malloc'd or (recently) free'd
    [all...]
  /bionic/libc/upstream-dlmalloc/
malloc.c 2 This is a version (aka dlmalloc) of malloc/free/realloc written by
8 Note: There may be an updated version of this malloc obtainable at
9 ftp://gee.cs.oswego.edu/pub/misc/malloc.c
20 For convenience, an include file for code using this malloc is at:
21 ftp://gee.cs.oswego.edu/pub/misc/malloc-2.8.6.h
24 excerpts from this file needed for using this malloc on ANSI C/C++
27 own malloc.h that does include all settings by cutting at the point
29 library containing a malloc that is based on some version of this
30 malloc (for example in linux). You might still want to use the one
40 than pointers, you can use a previous release of this malloc
    [all...]

Completed in 1671 milliseconds

<<101102103104105106107108109110>>