HomeSort by relevance Sort by last modified time
    Searched full:malloc (Results 276 - 300 of 6596) sorted by null

<<11121314151617181920>>

  /external/clang/test/CodeGen/
bounds-checking.c 17 short *b = malloc(64);
  /external/compiler-rt/lib/asan/lit_tests/TestCases/Linux/
rlimit_mmap_test.cc 13 x = malloc(10000000);
  /external/compiler-rt/lib/asan/lit_tests/TestCases/
huge_negative_hea_oob.cc 7 char *x = (char*)malloc(1 << 20);
  /external/compiler-rt/lib/lsan/lit_tests/TestCases/
fork.cc 15 thread_local_var = malloc(1337);
ignore_object_errors.cc 12 void *p = malloc(1337);
  /external/compiler-rt/lib/tsan/lit_tests/
java_race.cc 11 void *jheap = malloc(kHeapSize);
  /external/e2fsprogs/lib/ss/
invocation.c 36 new_table = (ss_data *) malloc(sizeof(ss_data));
39 table = (ss_data **) malloc(2 * size);
55 new_table->info_dirs = (char **)malloc(sizeof(char *));
58 new_table->prompt = malloc((unsigned)strlen(subsystem_name)+4);
  /external/libgsm/src/
gsm_destroy.c 17 # include <malloc.h>
  /external/oprofile/libpopt/
findme.h 15 * @return (malloc'd) absolute path to executable (or NULL)
  /external/valgrind/main/VEX/test/
fldenv.c 18 unsigned short* buf = malloc(14*sizeof(short));
  /external/valgrind/main/massif/tests/
basic.c 14 a[i] = malloc(400); // 400 is divisible by 16 -- so no slop.
  /external/valgrind/main/memcheck/tests/
exitprog.stderr.exp 4 at 0x........: malloc (vg_replace_malloc.c:...)
fwrite.stderr.exp 5 at 0x........: malloc (vg_replace_malloc.c:...)
leak-cases-full.stderr.exp 6 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:...)
30 at 0x........: malloc (vg_replace_malloc.c:...)
36 at 0x........: malloc (vg_replace_malloc.c:...)
42 at 0x........: malloc (vg_replace_malloc.c:...)
48 at 0x........: malloc (vg_replace_malloc.c:...)
54 at 0x........: malloc (vg_replace_malloc.c:...)
leak-cycle.stderr.exp 6 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:...)
noisy_child.c 23 char* p = malloc(10); assert(p);
origin4-many.stderr.exp 4 at 0x........: malloc (vg_replace_malloc.c:...)
10 at 0x........: malloc (vg_replace_malloc.c:...)
16 at 0x........: malloc (vg_replace_malloc.c:...)
22 at 0x........: malloc (vg_replace_malloc.c:...)
28 at 0x........: malloc (vg_replace_malloc.c:...)
34 at 0x........: malloc (vg_replace_malloc.c:...)
40 at 0x........: malloc (vg_replace_malloc.c:...)
46 at 0x........: malloc (vg_replace_malloc.c:...)
52 at 0x........: malloc (vg_replace_malloc.c:...)
realloc2.c 14 p = malloc(10 + 10 * (i % 100));
strchr.c 11 s = malloc(sizeof(char));
  /external/valgrind/main/none/tests/
bug129866.c 9 result = malloc (size);
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
mm_malloc.h 49 /* Assume malloc'd pointer is aligned at least to sizeof (void*).
51 returned by malloc. Effectively this enforces a minimum alignment
56 malloc_ptr = malloc (size + align);
60 /* Align We have at least sizeof (void *) space below malloc'd ptr. */
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
mm_malloc.h 49 /* Assume malloc'd pointer is aligned at least to sizeof (void*).
51 returned by malloc. Effectively this enforces a minimum alignment
56 malloc_ptr = malloc (size + align);
60 /* Align We have at least sizeof (void *) space below malloc'd ptr. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libpanel.so 
libpanel.so.5 
libpanel.so.5.6 

Completed in 165 milliseconds

<<11121314151617181920>>