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

/external/valgrind/massif/tests/
H A Dthresholds.c7 // 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.
/external/clang/test/Analysis/
H A Dmalloc-interprocedural.c16 static void my_malloc1(void **d, size_t size) { function
34 my_malloc1(&data, 4);
39 my_malloc1(&data, 4);

Completed in 108 milliseconds