Searched refs:malloc (Results 276 - 300 of 2359) sorted by relevance

<<11121314151617181920>>

/external/mesa3d/src/gallium/auxiliary/os/
H A Dos_memory_stdc.h43 #define os_malloc(_size) malloc(_size)
67 #include <malloc.h>
/external/skia/src/core/
H A DSkMipMap.h42 SkMipMap(void* malloc, size_t size) : INHERITED(malloc, size) {} argument
/external/valgrind/massif/tests/
H A Dcustom_alloc.c66 a = malloc(400);
69 a = malloc(800);
/external/valgrind/memcheck/tests/
H A Dbadjump2.stderr.exp4 Address 0x........ is not stack'd, malloc'd or (recently) free'd
H A Dclireq_nofill.c11 /* run with `valgrind -q --malloc-fill=0xaf --free-fill=0xdb` */
16 s = malloc(40);
29 s = malloc(40);
H A Dexitprog.stderr.exp4 at 0x........: malloc (vg_replace_malloc.c:...)
H A Dfwrite.stderr.exp5 at 0x........: malloc (vg_replace_malloc.c:...)
H A Dorigin2-not-quite.c35 double* ptr_to_undef_double = malloc(sizeof(double));
44 float* ptr_to_undef_float = malloc(sizeof(float));
H A Dpartiallydefinedeq.c27 int* junk1 = malloc(sizeof(int));
28 int* junk2 = malloc(sizeof(int));
H A Dtrivialleak.stderr.exp2 at 0x........: malloc (vg_replace_malloc.c:...)
/external/zopfli/src/zopfli/
H A Dutil.h151 #ifdef __cplusplus /* C++ cannot assign void* from malloc to *data */
156 *data_void = (*size) == 0 ? malloc(sizeof(**data))\
166 (*data) = (*size) == 0 ? malloc(sizeof(**data))\
/external/bison/darwin-lib/
H A Dalloca.h44 # include <malloc.h>
/external/bison/lib/
H A Dalloca.in.h43 # include <malloc.h>
H A Dstrdup.c37 /* Duplicate S, returning an identical malloc'd string. */
42 void *new = malloc (len);
/external/bison/linux-lib/
H A Dalloca.h44 # include <malloc.h>
/external/compiler-rt/test/asan/TestCases/Darwin/
H A Dlinked-only.cc21 char *p = (char *)malloc(10000);
/external/compiler-rt/test/asan/TestCases/Linux/
H A Dstack-trace-dlclose.cc21 return malloc(1);
43 // CHECK: {{ #0 0x.* in malloc}}
/external/compiler-rt/test/asan/TestCases/Windows/
H A Ddll_aligned_mallocs.cc5 #include <malloc.h>
/external/compiler-rt/test/asan/TestCases/
H A Dclosed-fds.cc22 char *x = (char *)malloc(10 * sizeof(char));
/external/compiler-rt/test/lsan/TestCases/
H A Dleak_check_before_thread_started.cc23 void *arg = malloc(1337);
H A Duse_stacks_threaded.cc17 void *p = malloc(1337);
H A Duse_tls_pthread_specific_static.cc22 void *p = malloc(1337);
/external/compiler-rt/test/tsan/
H A Dbench_release_only.cc16 x = (int*)malloc(bench_nthread * kStride * sizeof(x[0]));
H A Dignore_lib_lib.h21 __atomic_store_n(&mem, malloc(len), __ATOMIC_RELEASE);
H A Djava_finalizer.cc14 jptr jheap = (jptr)malloc(kHeapSize + 8) + 8;

Completed in 390 milliseconds

<<11121314151617181920>>