HomeSort by relevance Sort by last modified time
    Searched refs:malloc (Results 176 - 200 of 5328) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/compiler-rt/test/asan/TestCases/
suppressions-exec-relative-location.cc 34 char *a = (char *)malloc(6);
suppressions-function.cc 17 char *a = (char *)malloc(6);
suppressions-interceptor.cc 15 char *a = (char *)malloc(6);
verbose-log-path_test.cc 18 char *x = (char*)malloc(10);
  /external/compiler-rt/test/lsan/TestCases/
ignore_object_errors.cc 11 void *p = malloc(1337);
leak_check_at_exit.cc 14 fprintf(stderr, "Test alloc: %p.\n", malloc(1337));
print_suppressions.cc 21 void *p = malloc(666);
use_poisoned_asan.cc 17 *p = malloc(1337);
use_unaligned.cc 14 void *p = malloc(1337);
  /external/compiler-rt/test/msan/Linux/
mallinfo.cc 5 #include <malloc.h>
  /external/compiler-rt/test/msan/
dlopen_executable.cc 10 int *uninit = (int*)malloc(sizeof(int));
keep-going-dso.cc 25 char *volatile x = (char*)malloc(5 * sizeof(char));
poison_in_free.cc 10 char *volatile x = (char*)malloc(50 * sizeof(char));
realloc-large-origin.cc 14 char *p = (char *)malloc(100);
28 // CHECK: {{#0 0x.* in .*malloc}}
realloc-origin.cc 10 char *p = (char *)malloc(100);
  /external/compiler-rt/test/scudo/
sizes.cpp 2 // RUN: SCUDO_OPTIONS=allocator_may_return_null=0 not %run %t malloc 2>&1 | FileCheck %s
3 // RUN: SCUDO_OPTIONS=allocator_may_return_null=1 %run %t malloc 2>&1
13 #include <malloc.h>
22 if (!strcmp(argv[1], "malloc")) {
25 void *p = malloc(size);
29 p = malloc(size);
42 void *p = malloc(1007);
  /external/compiler-rt/test/tsan/
free_race2.c 13 int *mem = (int*)malloc(100);
  /external/libgsm/src/
gsm_destroy.c 17 # include <malloc.h>
  /external/libvncserver/examples/
simple.c 8 server->frameBuffer=(char*)malloc(400*300*4);
  /external/ltp/utils/benchmark/ebizzy-0.3/
ebizzy.h 7 #include <malloc.h>
  /external/syslinux/com32/lib/
strdup.c 11 char *d = malloc(l);
  /external/valgrind/massif/tests/
alloc-fns.c 3 void a4(int n) { malloc(n); }
8 void b4(int n) { malloc(n); }
13 void c4(int n) { malloc(n); }
18 void d4(int n) { malloc(n); }
overloaded-new.cpp 19 return malloc(n);
24 return malloc(n);
29 return malloc(n);
34 return malloc(n);
  /external/valgrind/memcheck/tests/
accounting.c 14 p = malloc(1);
  /external/valgrind/memcheck/tests/amd64-solaris/
scalar.c 10 long *px = malloc(sizeof(long));

Completed in 379 milliseconds

1 2 3 4 5 6 78 91011>>