HomeSort by relevance Sort by last modified time
    Searched refs:my_malloc2 (Results 1 - 9 of 9) sorted by null

  /external/valgrind/massif/tests/
thresholds.c 15 // ->13.00% (1300B) 0x80483A4: my_malloc2 (thresholds.c:16)
26 void my_malloc2(int n) function
39 my_malloc2( 7200);
44 my_malloc2(2400);
46 my_malloc2( 800);
thresholds_0_10.post.exp 57 ->13.00% (10,400B) 0x........: my_malloc2 (thresholds.c:28)
thresholds_10_0.post.exp 57 ->13.00% (10,400B) 0x........: my_malloc2 (thresholds.c:28)
thresholds_10_10.post.exp 57 ->13.00% (10,400B) 0x........: my_malloc2 (thresholds.c:28)
thresholds_5_0.post.exp 59 ->13.00% (10,400B) 0x........: my_malloc2 (thresholds.c:28)
thresholds_5_10.post.exp 57 ->13.00% (10,400B) 0x........: my_malloc2 (thresholds.c:28)
thresholds_0_0.post.exp 63 ->13.00% (10,400B) 0x........: my_malloc2 (thresholds.c:28)
  /external/clang/test/Analysis/
malloc-interprocedural.c 20 static void *my_malloc2(int elevel, size_t size) { function
44 void *data = my_malloc2(1, 4);
47 data = my_malloc2(1, 4);
51 void *data = my_malloc2(1, 4);
53 data = my_malloc2(1, 4);
58 int *data = (int*)my_malloc2(1, 4);
60 data = (int *)my_malloc2(1, 4);
66 int *data = (int *)my_malloc2(1, 4);
malloc-annotations.c 11 void __attribute((ownership_returns(malloc, 1))) *my_malloc2(size_t);
56 int *p = my_malloc2(12);

Completed in 61 milliseconds