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

<<21222324252627282930>>

  /external/valgrind/main/memcheck/tests/
wrap5.c 7 function (malloc) to check that that doesn't screw anything up.
25 p = malloc(sizeof(Lard));
  /external/valgrind/main/memcheck/tests/x86/
tronical.S 42 foo = malloc(sizeof(struct Foo));
95 call VG_SYM_ASM(malloc)
  /external/valgrind/main/none/tests/amd64/
movbe.c 5 #include <malloc.h>
  /external/valgrind/main/none/tests/darwin/
access_extended.c 20 struct accessx_descriptor* entries = malloc(entries_szB);
  /external/valgrind/main/none/tests/ppc32/
test_fx.c 60 double* args = malloc(nargs * sizeof(double));
test_gx.c 3 #include "tests/malloc.h"
95 double* args = malloc(nargs * sizeof(double));
  /external/webkit/Source/JavaScriptCore/wtf/
BlockStack.h 72 T* block = m_spareBlock ? m_spareBlock : static_cast<T*>(malloc(blockSize));
PageAllocation.h 46 #include <malloc.h>
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
cppstruct.c 71 cpp = (CPPStruct *) malloc(sizeof(CPPStruct));
  /external/webkit/Source/WebCore/platform/graphics/win/
FontPlatformDataWin.cpp 63 OUTLINETEXTMETRICW* metrics = (OUTLINETEXTMETRICW*)malloc(bufferSize);
  /external/webp/include/webp/
mux_types.h 66 dst->bytes = (uint8_t*)malloc(src->size);
  /frameworks/av/media/libnbaio/
Pipe.cpp 31 mBuffer(malloc(mMaxFrames * Format_frameSize(format))),
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
sid_sync.cpp 180 malloc(sizeof(sid_syncState))) == NULL)
184 "can not malloc state structure\n"); */
  /frameworks/av/media/libstagefright/codecs/common/
cmnMemory.c 34 pMemInfo->VBuffer = malloc (pMemInfo->Size);
  /frameworks/base/media/mca/filterfw/native/core/
value.cpp 46 result.value = malloc(sizeof(POD));
56 result.value = malloc(sizeof(BASE) * count);
66 value->value = malloc(sizeof(POD));
80 value->value = malloc(sizeof(BASE) * count);
  /frameworks/base/media/mca/filterpacks/native/imageproc/
brightness.c 34 (*user_data) = malloc(sizeof(BrightnessParameters));
contrast.c 29 (*user_data) = malloc(sizeof(ContrastParameters));
  /frameworks/compile/libbcc/tests/data/src/
bellard.otccex.c 50 /* more complex programs use malloc */
51 tab = malloc(0x100);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
ucode_download.c 49 buf = malloc(WLC_IOCTL_MEDLEN);
84 new_buf = (unsigned char *)malloc(size2alloc);
168 if ((ucode_trx_hdr = malloc(sizeof(struct trx_header)))
191 ucodetrx_buf = (unsigned char *)malloc(ucode_info_len *
  /hardware/qcom/audio/legacy/alsa_sound/
acoustics_default.cpp 54 dev = (acoustic_device_t *) malloc(sizeof(*dev));
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_DebugMem.h 34 #define malloc(x) OMX_DebugMem_malloc(x,__FILE__,__FUNCTION__,__LINE__) macro
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_DebugMem.h 58 #define malloc(x) OMX_DebugMem_malloc(x,__FILE__,__FUNCTION__,__LINE__) macro
  /hardware/ti/omap4xxx/libtiutils/
Semaphore.cpp 104 mSemaphore = (sem_t*)malloc(sizeof(sem_t)) ;
  /ndk/sources/cxx-stl/gabi++/src/
new.cc 65 space = malloc(size);
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/list/list.modifiers/
insert_iter_value.pass.cpp 27 return std::malloc(s);

Completed in 2266 milliseconds

<<21222324252627282930>>