Searched refs:malloc (Results 601 - 625 of 2881) sorted by relevance

<<21222324252627282930>>

/external/valgrind/main/memcheck/tests/amd64/
H A Dxor-undef-amd64.c10 char* junk = malloc(48);
/external/valgrind/main/memcheck/tests/darwin/
H A Daio.stderr.exp5 Address 0x........ is not stack'd, malloc'd or (recently) free'd
12 Address 0x........ is not stack'd, malloc'd or (recently) free'd
/external/valgrind/main/memcheck/tests/
H A Derr_disable3.c41 block = malloc(10);
H A Dleak-tree.c28 Node *x = malloc(sizeof(Node));
H A Dmalloc2.c30 test_arr[j] = malloc( nbytes );
H A Dreach_thread_register.c19 register int* i = malloc(sizeof(*i));
H A Dtest-plo.c1 #include "tests/malloc.h"
73 UWord* words = malloc(3 * sizeof(UWord));
H A Dundef_malloc_args.c2 //#include <malloc.h>
15 p = malloc(size);
H A Dvarinfo3.c24 char* undefp = malloc(1);
H A Dvarinfo4.c24 char* undefp = malloc(1);
/external/valgrind/main/memcheck/tests/x86/
H A Dxor-undef-x86.c10 char* junk = malloc(48);
/external/valgrind/main/none/tests/
H A Dpth_once.c59 id_arg = (int *)malloc(NUM_THREADS*sizeof(int));
/external/valgrind/main/perf/
H A Dheap.c31 arr[j] = malloc(nbytes);
H A Dmany-xpts.c15 return malloc(100);
/external/webrtc/src/modules/audio_processing/ns/
H A Dnoise_suppression.c36 *NS_inst = (NsHandle*) malloc(sizeof(NSinst_t));
H A Dnoise_suppression_x.c36 *nsxInst = (NsxHandle*)malloc(sizeof(NsxInst_t));
/external/webrtc/src/system_wrappers/source/
H A Datomic32_posix.cc15 #include <malloc.h>
/external/blktrace/btt/
H A Dplat.c37 pp = malloc(sizeof(*pp));
41 oname = malloc(strlen(str) + 32);
/external/chromium_org/third_party/skia/src/utils/
H A DSkBitSet.cpp17 fBitData.set(malloc(fDwordCount * sizeof(uint32_t)));
33 fBitData.set(malloc(fDwordCount * sizeof(uint32_t)));
/external/chromium_org/third_party/sqlite/src/test/
H A DmallocAll.test51 foreach testfile [lsort -dictionary [glob $testdir/*malloc*.test]] {
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
H A Dmain.c82 copy = malloc(len);
180 tmp = (char*)malloc((len+1)*2);
/external/chromium_org/v8/src/
H A Dallocation.cc7 #include <stdlib.h> // For free, malloc.
14 #include <malloc.h> // NOLINT
21 void* result = malloc(size);
/external/clang/test/Analysis/
H A Doutofbound.c4 void *malloc(size_t);
14 int *p = malloc(12);
/external/deqp/framework/delibs/debase/
H A DdeMemory.c52 ptr = malloc((size_t)numBytes);
139 char* copy = malloc(len+1);
/external/e2fsprogs/e2fsck/
H A Dargv_parse.c52 buf = malloc(strlen(in_buf)+1);
116 argv = malloc(sizeof(char *));

Completed in 1588 milliseconds

<<21222324252627282930>>