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

<<101102103104105106107108109110>>

  /hardware/qcom/display/libcopybit/
copybit_c2d.cpp     [all...]
  /hardware/qcom/media/mm-video/vidc/venc/test/
venc_test.cpp     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
AmrEncTest.c 241 #define newmalloc(x) malloc(x)
252 * M A C R O S FOR MALLOC and MEMORY FREE and CLOSING PIPES
271 APP_IPRINT("%d :: Malloc Failed\n",__LINE__); \
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
OMX_WbAmrDecoder.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
WbAmrEncTest.c 228 #define newmalloc(x) malloc(x)
238 * M A C R O S FOR MALLOC and MEMORY FREE and CLOSING PIPES
257 APP_IPRINT("%d :: Malloc Failed\n",__LINE__); \
    [all...]
  /system/core/libpixelflinger/codeflinger/
MIPSAssembler.cpp 100 mArmPC = (uint32_t **) malloc(ARM_MAX_INSTUCTIONS * sizeof(uint32_t *));
    [all...]
  /dalvik/vm/compiler/codegen/x86/
LowerHelper.cpp 177 atomMemHead = (AtomMemBlock*)malloc(sizeof(AtomMemBlock) + ATOMBLOCK_DEFAULT_SIZE);
202 AtomMemBlock *newAtomMem = (AtomMemBlock*)malloc(sizeof(AtomMemBlock) + ATOMBLOCK_DEFAULT_SIZE);
    [all...]
  /external/flac/libFLAC/
metadata_iterators.c     [all...]
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_malloc.c 38 This is a version (aka dlmalloc) of malloc/free/realloc written by
45 Note: There may be an updated version of this malloc obtainable at
46 ftp://gee.cs.oswego.edu/pub/misc/malloc.c
57 For convenience, an include file for code using this malloc is at:
58 ftp://gee.cs.oswego.edu/pub/misc/malloc-2.8.3.h
61 excerpts from this file needed for using this malloc on ANSI C/C++
64 own malloc.h that does include all settings by cutting at the point
66 library containing a malloc that is based on some version of this
67 malloc (for example in linux). You might still want to use the one
77 than pointers, you can use a previous release of this malloc
614 #define malloc macro
    [all...]
  /external/valgrind/main/massif/tests/
culling1.stderr.exp 2 Massif: malloc
  /external/valgrind/main/none/tests/amd64/
sse4-64.c 15 //#include "tests/malloc.h" // reenable when reintegrated
25 #include <malloc.h>
32 // Darwin lacks memalign, but its malloc is always 16-aligned anyway.
33 x = malloc(szB);
    [all...]
  /external/webkit/Source/WebKit/efl/ewk/
ewk_view.cpp     [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEnc_Utils.c 61 #include <malloc.h>
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_Utils.c 65 #include <malloc.h>
    [all...]
  /external/e2fsprogs/
configure     [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-darwin.c 647 css = VG_(malloc)("sys_wrap.sync_mappings", css_size*sizeof(ChangedSeg));
    [all...]
  /external/valgrind/main/perf/
test_input_for_tinycc.c 687 extern void *malloc (size_t __size) __attribute__ ((__nothrow__)) __attribute__ ((__malloc__));
    [all...]
  /bionic/libc/stdlib/
strtod.c 88 * #define MALLOC your_malloc, where your_malloc(n) acts like malloc(n)
90 * appropriate. If MALLOC is undefined, malloc will be invoked
148 #include "malloc.h"
158 #include "malloc.h"
167 #ifdef MALLOC
169 extern char *MALLOC();
171 extern void *MALLOC(size_t);
174 #define MALLOC mallo
    [all...]
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Still.cpp     [all...]
  /external/chromium/crypto/third_party/nss/
sha512.cc 55 #define PORT_New(type) static_cast<type*>(malloc(sizeof(type)))
    [all...]
  /external/chromium/net/base/
net_util.cc     [all...]
  /external/ipsec-tools/src/libipsec/
pfkey.c 193 *ipsup = malloc((size_t)sup->sadb_supported_len);
    [all...]
  /external/ipsec-tools/src/racoon/
crypto_openssl.c     [all...]
  /external/libppp/src/
bundle.c     [all...]
  /external/libsepol/src/
write.c     [all...]

Completed in 2808 milliseconds

<<101102103104105106107108109110>>