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

  /external/valgrind/massif/tests/
thresholds.c 7 // Also, it's deliberate that the 'malloc(2000)' and 'my_malloc1(500)' calls
21 void my_malloc1(int n) function
38 my_malloc1(48000);
45 my_malloc1( 800);
47 my_malloc1( 400);
54 my_malloc1(4000); // All sizes are divisible by 16 -- no slop.
thresholds_0_10.post.exp 49 ->66.50% (53,200B) 0x........: my_malloc1 (thresholds.c:23)
thresholds_10_0.post.exp 49 ->66.50% (53,200B) 0x........: my_malloc1 (thresholds.c:23)
thresholds_10_10.post.exp 49 ->66.50% (53,200B) 0x........: my_malloc1 (thresholds.c:23)
thresholds_5_0.post.exp 49 ->66.50% (53,200B) 0x........: my_malloc1 (thresholds.c:23)
thresholds_5_10.post.exp 49 ->66.50% (53,200B) 0x........: my_malloc1 (thresholds.c:23)
thresholds_0_0.post.exp 49 ->66.50% (53,200B) 0x........: my_malloc1 (thresholds.c:23)
  /external/clang/test/Analysis/
malloc-interprocedural.c 16 static void my_malloc1(void **d, size_t size) { function
34 my_malloc1(&data, 4);
39 my_malloc1(&data, 4);

Completed in 873 milliseconds