Searched refs:test_calloc (Results 1 – 8 of 8) sorted by relevance
17 ; CHECK: Function: test_calloc19 define void @test_calloc(i8* %p) {
22 ; CHECK-LABEL: define void @test_calloc23 define void @test_calloc(i8** %p, i64* %r) {
101 def test_calloc(self): member in MemleakToolTests
238 #define test_calloc(num, size) _test_calloc(num, size, __FILE__, __LINE__) macro244 #define calloc test_calloc
93 void test_calloc(void) { in test_calloc() function
255 void test_calloc() { in test_calloc() function911 test_calloc(); in main()