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

<<11121314151617181920>>

/external/valgrind/main/memcheck/tests/
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/chromium_org/base/memory/
H A Ddiscardable_memory_malloc.cc25 memory_.reset(static_cast<uint8*>(malloc(size_)));
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dh_errno.c25 h_errno_ptr = (int *) malloc(sizeof(int));
/external/chromium_org/sandbox/linux/suid/common/
H A Dsuid_unsafe_environment_variables.h20 #include <stdlib.h> // malloc
51 // Return a malloc allocated string containing the 'saved' environment variable
62 char* const saved_envvar = (char*) malloc(saved_envvarlen);
/external/chromium_org/third_party/brotli/src/brotli/dec/
H A Dsafe_malloc.c37 return malloc((size_t)(nmemb * size));
/external/chromium_org/third_party/icu/source/samples/layout/
H A Darraymem.h16 #define NEW_ARRAY(type,count) (type *) malloc((count) * sizeof(type))
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dcpuinfo.c54 buffer = (char *) malloc(MAX_STRING);
/external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
H A Dtcmalloc.h60 # include <malloc.h>
62 # include <sys/malloc.h>
64 # include <malloc/malloc.h>
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dtcmalloc.h43 // FreeBSD has malloc.h, but complains if you use it
45 #include <malloc.h> // for memalign, valloc, pvalloc
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dtcmalloc_large_unittest.cc33 // This is a unit test for large allocations in malloc and friends.
39 #include <stdlib.h> // for malloc, free, realloc
50 void* p1 = malloc(size);
53 void* p2 = malloc(1);
66 unsigned char* p = static_cast<unsigned char*>(malloc(size));
92 printf("Test malloc(0) x %d\n", kZeroTimes);
104 printf("Test small malloc\n");
105 void* p_small = malloc(4*1048576);
110 printf("Test malloc(0 - N)\n");
118 // The small malloc abov
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dtcmalloc.h43 // FreeBSD has malloc.h, but complains if you use it
45 #include <malloc.h> // for memalign, valloc, pvalloc
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dtcmalloc_large_unittest.cc33 // This is a unit test for large allocations in malloc and friends.
39 #include <stdlib.h> // for malloc, free, realloc
50 void* p1 = malloc(size);
53 void* p2 = malloc(1);
66 unsigned char* p = static_cast<unsigned char*>(malloc(size));
92 printf("Test malloc(0) x %d\n", kZeroTimes);
104 printf("Test small malloc\n");
105 void* p_small = malloc(4*1048576);
110 printf("Test malloc(0 - N)\n");
118 // The small malloc abov
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
H A Dparse.h24 Symbol *r = malloc(sizeof(Symbol));
/external/compiler-rt/test/asan/TestCases/Linux/
H A Dstack-trace-dlclose.cc20 return malloc(1);
42 // 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/lsan/TestCases/
H A Duse_stacks_threaded.cc16 void *p = malloc(1337);

Completed in 1083 milliseconds

<<11121314151617181920>>