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

<<111112113

  /dalvik/vm/oo/
Class.cpp     [all...]
  /external/bison/
configure     [all...]
  /external/chromium/base/third_party/dmg_fp/
dtoa.cc 103 * #define MALLOC your_malloc, where your_malloc(n) acts like malloc(n)
105 * appropriate. If MALLOC is undefined, malloc will be invoked
108 * recycle memory acquired from MALLOC, #define FREE to be the
116 * suffices to get rid of MALLOC calls except for unusual cases,
214 #ifdef MALLOC
216 extern char *MALLOC();
218 extern void *MALLOC(size_t);
221 #define MALLOC mallo
    [all...]
  /external/eigen/unsupported/test/mpreal/
dlmalloc.c 2 This is a version (aka dlmalloc) of malloc/free/realloc written by
9 Note: There may be an updated version of this malloc obtainable at
10 ftp://gee.cs.oswego.edu/pub/misc/malloc.c
21 For convenience, an include file for code using this malloc is at:
22 ftp://gee.cs.oswego.edu/pub/misc/malloc-2.8.4.h
25 excerpts from this file needed for using this malloc on ANSI C/C++
28 own malloc.h that does include all settings by cutting at the point
30 library containing a malloc that is based on some version of this
31 malloc (for example in linux). You might still want to use the one
41 than pointers, you can use a previous release of this malloc
    [all...]
  /external/libffi/src/
dlmalloc.c 2 This is a version (aka dlmalloc) of malloc/free/realloc written by
9 Note: There may be an updated version of this malloc obtainable at
10 ftp://gee.cs.oswego.edu/pub/misc/malloc.c
21 For convenience, an include file for code using this malloc is at:
22 ftp://gee.cs.oswego.edu/pub/misc/malloc-2.8.3.h
25 excerpts from this file needed for using this malloc on ANSI C/C++
28 own malloc.h that does include all settings by cutting at the point
30 library containing a malloc that is based on some version of this
31 malloc (for example in linux). You might still want to use the one
41 than pointers, you can use a previous release of this malloc
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_blit_A.c 29 Checking if _mm_free is #defined in malloc.h is is the only way to
40 # include <malloc.h>
    [all...]
  /external/v8/src/arm/
simulator-arm.cc 747 stack_ = reinterpret_cast<char*>(malloc(stack_size));
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-generic.c     [all...]
  /external/valgrind/main/helgrind/tests/
tc19_shadowmem.c 144 info.arr = malloc(MAXXX);
    [all...]
  /frameworks/av/media/libstagefright/
OMXCodec.cpp     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDec_Utils.c 70 #include <malloc.h>
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEnc_Utils.c 69 #include <malloc.h>
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
OMX_Mp3Dec_Utils.c 68 #include <malloc.h>
197 OMX_PRBUFFER2(pComponentPrivate->dbg, ": Malloc strmAttr = %p\n",strmAttr);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
OMX_AmrDec_Utils.c 58 #include <malloc.h>
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
OMX_AmrEnc_Utils.c 75 #include <malloc.h>
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
OMX_WbAmrDec_Utils.c 69 #include <malloc.h>
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
OMX_WbAmrEnc_Utils.c 64 #include <malloc.h>
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDec_Utils.c 68 #include <malloc.h>
187 OMX_ERROR4(pComponentPrivate->dbg, "strmAttr - failed to malloc");
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
regcomp.c 722 re_comp_buf.fastmap = (char *) malloc (SBC_MAX);
    [all...]
regexec.c 525 { /* No. So allocate them with malloc. */
581 must be allocated using the malloc library routine, and must each
    [all...]
  /external/v8/test/cctest/
test-api.cc     [all...]
  /external/expat/conftools/
ltmain.sh     [all...]
  /external/expat/
libtool     [all...]
  /external/icu4c/test/intltest/
regextst.cpp 176 char *ebuf = (char*)malloc(bufLen);
    [all...]

Completed in 1954 milliseconds

<<111112113