Searched refs:malloc (Results 476 - 500 of 2881) sorted by relevance

<<11121314151617181920>>

/external/valgrind/main/memcheck/tests/
H A Dbadfree-2trace.stderr.exp4 Address 0x........ is not stack'd, malloc'd or (recently) free'd
H A Dbadfree.stderr.exp4 Address 0x........ is not stack'd, malloc'd or (recently) free'd
H A Dbadfree3.stderr.exp4 Address 0x........ is not stack'd, malloc'd or (recently) free'd
H A Dleak-cycle.stderr.exp6 at 0x........: malloc (vg_replace_malloc.c:...)
12 at 0x........: malloc (vg_replace_malloc.c:...)
18 at 0x........: malloc (vg_replace_malloc.c:...)
24 at 0x........: malloc (vg_replace_malloc.c:...)
H A Dorigin1-yes.c61 int* ptr_to_undef_malloc_int = malloc(sizeof(int));
69 int* ptr_to_undef_malloc_int2 = malloc(sizeof(int));
73 // malloc'd block.
H A Dpointer-trace.c48 ptrs = malloc(nptrs * sizeof(char *));
86 ptrs = malloc(1000);
H A Dstpncpy.c16 b = (char *) malloc((l + 3)); // Extra space for some zeros.
29 d = (char *) malloc (l - 1); // No room for zero termination or dot.
/external/valgrind/main/memcheck/tests/s390x/
H A Dcu21.stderr.exp5 at 0x........: malloc (vg_replace_malloc.c:...)
12 at 0x........: malloc (vg_replace_malloc.c:...)
19 at 0x........: malloc (vg_replace_malloc.c:...)
26 at 0x........: malloc (vg_replace_malloc.c:...)
33 at 0x........: malloc (vg_replace_malloc.c:...)
40 at 0x........: malloc (vg_replace_malloc.c:...)
47 at 0x........: malloc (vg_replace_malloc.c:...)
/external/chromium_org/third_party/cython/src/Cython/Utility/
H A DEmbed.c75 res = (wchar_t *)malloc((argsize+1)*sizeof(wchar_t));
98 res = malloc(argsize*sizeof(wchar_t));
141 res = malloc((strlen(arg)+1)*sizeof(wchar_t));
165 wchar_t **argv_copy = (wchar_t **)malloc(sizeof(wchar_t*)*argc);
167 wchar_t **argv_copy2 = (wchar_t **)malloc(sizeof(wchar_t*)*argc);
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dmemalign_unittest.cc63 #include <malloc.h> // for memalign() and valloc()
65 #include <malloc/malloc.h>
67 #include <sys/malloc.h>
180 void* p_small = malloc(4*1048576);
H A Dpagemap_unittest.cc69 Type map(malloc);
81 Type map(malloc);
94 Type map(malloc);
104 Type map(malloc);
124 Type map(malloc);
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dmemalign_unittest.cc63 #include <malloc.h> // for memalign() and valloc()
65 #include <malloc/malloc.h>
67 #include <sys/malloc.h>
180 void* p_small = malloc(4*1048576);
H A Dpagemap_unittest.cc69 Type map(malloc);
81 Type map(malloc);
94 Type map(malloc);
104 Type map(malloc);
124 Type map(malloc);
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
H A Ddfa.h102 Action *a = malloc(sizeof(Action));
112 Action *a = malloc(sizeof(Action));
123 Action *a = malloc(sizeof(Action));
134 Action *a = malloc(sizeof(Action));
146 Action *a = malloc(sizeof(Action));
/external/dhcpcd/
H A Difaddrs.c49 ifa = malloc(sizeof(struct ifaddrs));
54 ifa->ifa_name = malloc(strlen(name)+1);
63 saddr = malloc(sizeof(struct sockaddr_in));
71 smask = malloc(sizeof(struct sockaddr_in));
80 hwaddr = malloc(sizeof(struct sockaddr_ll));
/external/libselinux/src/
H A Dcontext.c27 (context_private_t *) malloc(sizeof(context_private_t));
28 context_t result = (context_t) malloc(sizeof(context_s_t));
71 n->component[i] = (char *)malloc(p - tok + 1);
132 n->current_str = malloc(total);
157 t = (char *)malloc(strlen(str) + 1);
/external/qemu/distrib/libselinux/src/
H A Dcontext.c27 (context_private_t *) malloc(sizeof(context_private_t));
28 context_t result = (context_t) malloc(sizeof(context_s_t));
71 n->component[i] = (char *)malloc(p - tok + 1);
132 n->current_str = malloc(total);
157 t = (char *)malloc(strlen(str) + 1);
/external/fio/crc/
H A Dtest.c64 buf = malloc(CHUNK);
83 buf = malloc(CHUNK);
102 buf = malloc(CHUNK);
121 buf = malloc(CHUNK);
140 buf = malloc(CHUNK);
159 buf = malloc(CHUNK);
182 buf = malloc(CHUNK);
205 buf = malloc(CHUNK);
228 buf = malloc(CHUNK);
250 buf = malloc(CHUN
[all...]
/external/compiler-rt/lib/asan/tests/
H A Dasan_interface_test.cc30 char *array = Ident((char*)malloc(kArraySize));
41 // and from the interior pointers (not returned by previous malloc).
63 void *zero_alloc = Ident(malloc(0));
65 // If malloc(0) is not null, this pointer is owned and should have valid
80 array = Ident((char*)malloc(kMallocSize));
94 free(Ident(malloc(kLargeMallocSize))); // Drain quarantine.
98 free(Ident(malloc(kLargeMallocSize)));
112 free(Ident(malloc(kManyThreadsMallocSizes[size_index])));
116 free(Ident(malloc(1 << 20)));
173 char *array = Ident((char*)malloc(12
[all...]
/external/chromium_org/third_party/openmax_dl/dl/sp/src/test/
H A Dtest_fft_time.c353 y_true = (struct ComplexFloat*) malloc(sizeof(*y_true) * fft_size);
363 fft_fwd_spec = (OMXFFTSpec_C_FC32*) malloc(fft_spec_buffer_size);
364 fft_inv_spec = (OMXFFTSpec_C_FC32*) malloc(fft_spec_buffer_size);
420 test_signal = (struct ComplexFloat*) malloc(sizeof(*test_signal) * size);
421 true_fft = (struct ComplexFloat*) malloc(sizeof(*true_fft) * size);
475 y_true = (OMX_F32*) malloc(sizeof(*y_true) * (fft_size + 2));
482 fft_fwd_spec = (OMXFFTSpec_R_F32*) malloc(fft_spec_buffer_size);
483 fft_inv_spec = (OMXFFTSpec_R_F32*) malloc(fft_spec_buffer_size);
538 test_signal = (struct ComplexFloat*) malloc(sizeof(*test_signal) * size);
539 true_fft = (struct ComplexFloat*) malloc(sizeo
[all...]
H A Dtest_fft16.c158 fft_fwd_spec = (OMXFFTSpec_C_SC16*) malloc(fft_spec_buffer_size);
171 x_true = (struct ComplexFloat*) malloc(sizeof(*x_true) * fft_size);
172 y_true = (struct ComplexFloat*) malloc(sizeof(*y_true) * fft_size);
173 y_scaled = (OMX_SC16*) malloc(sizeof(*y_true) * fft_size);
249 fft_inv_spec = (OMXFFTSpec_C_SC16*)malloc(fft_spec_buffer_size);
266 y_true = (struct ComplexFloat*) malloc(sizeof(*y_true) * fft_size);
267 x_true = (struct ComplexFloat*) malloc(sizeof(*x_true) * fft_size);
/external/lldb/scripts/Python/
H A Dpython-typemaps.swig8 $1 = (char **) malloc((size+1) * sizeof(char*));
57 $1 = (char *) malloc($2);
147 $1 = (void *) malloc($2);
167 $1 = (uint64_t*) malloc(size * sizeof(uint64_t));
198 $1 = (uint32_t*) malloc(size * sizeof(uint32_t));
229 $1 = (int64_t*) malloc(size * sizeof(int64_t));
260 $1 = (int32_t*) malloc(size * sizeof(int32_t));
291 $1 = (double*) malloc(size * sizeof(double));
324 $1 = (uint32_t*)malloc(sizeof(uint32_t) * 50);
/external/valgrind/main/gdbserver_tests/
H A Dmcblocklistsearch.stderrB.exp16 at 0x........: malloc (vg_replace_malloc.c:...)
21 at 0x........: malloc (vg_replace_malloc.c:...)
26 at 0x........: malloc (vg_replace_malloc.c:...)
31 at 0x........: malloc (vg_replace_malloc.c:...)
36 at 0x........: malloc (vg_replace_malloc.c:...)
41 at 0x........: malloc (vg_replace_malloc.c:...)
46 at 0x........: malloc (vg_replace_malloc.c:...)
52 at 0x........: malloc (vg_replace_malloc.c:...)
59 at 0x........: malloc (vg_replace_malloc.c:...)
/external/fio/
H A Djson.c11 struct json_object *obj = malloc(sizeof(struct json_object));
19 struct json_array *array = malloc(sizeof(struct json_array));
27 struct json_pair *pair = malloc(sizeof(struct json_pair));
40 struct json_value *value = malloc(sizeof(struct json_value));
51 struct json_value *value = malloc(sizeof(struct json_value));
75 p = ret = malloc(strlen(str) + escapes + 1);
91 struct json_value *value = malloc(sizeof(struct json_value));
106 struct json_value *value = malloc(sizeof(struct json_value));
118 struct json_value *value = malloc(sizeof(struct json_value));
/external/valgrind/main/memcheck/tests/x86-linux/
H A Dscalar.stderr.exp32 Address 0x........ is not stack'd, malloc'd or (recently) free'd
52 Address 0x........ is not stack'd, malloc'd or (recently) free'd
68 Address 0x........ is not stack'd, malloc'd or (recently) free'd
102 Address 0x........ is not stack'd, malloc'd or (recently) free'd
118 Address 0x........ is not stack'd, malloc'd or (recently) free'd
134 Address 0x........ is not stack'd, malloc'd or (recently) free'd
139 Address 0x........ is not stack'd, malloc'd or (recently) free'd
151 Address 0x........ is not stack'd, malloc'd or (recently) free'd
171 Address 0x........ is not stack'd, malloc'd or (recently) free'd
183 Address 0x........ is not stack'd, malloc'
[all...]

Completed in 3282 milliseconds

<<11121314151617181920>>