Searched defs:my_malloc2 (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/massif/tests/
H A Dthresholds.c15 // ->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);
/external/clang/test/Analysis/
H A Dmalloc-interprocedural.c20 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);

Completed in 3388 milliseconds