Searched refs:test_malloc (Results 1 – 25 of 28) sorted by relevance
12
10 ; CHECK: Function: test_malloc12 define void @test_malloc(i8* %p) {
123 test_malloc (size_t bytes) in test_malloc() function194 copy = test_malloc (len + 1); in test_strdup()
10 void* test_malloc (size_t bytes);
329 test_malloc, in main()
42 KeyValue * const items = (KeyValue*)test_malloc(sizeof(key_values)); in create_key_values()
11 define void @test_malloc(i8** %p, i32* %r) {
11 ; CHECK-LABEL: define void @test_malloc12 define void @test_malloc(i8** %p, i64* %r) {
113 big_buffer = test_malloc(REALLY_BIG); in main()
120 big_buffer = test_malloc(REALLY_BIG); in main()
137 big_buffer = test_malloc(REALLY_BIG); in main()
146 big_buffer = test_malloc(REALLY_BIG); in main()
174 iov.iov_base = test_malloc(REALLY_BIG); in main()
168 big_buffer = test_malloc(REALLY_BIG); in main()
156 big_buffer = test_malloc(REALLY_BIG); in main()
175 big_buffer = test_malloc(REALLY_BIG); in main()
176 big_buffer = test_malloc(buflen); in main()
215 big_buffer = test_malloc(REALLY_BIG); in main()
268 big_buffer = test_malloc(REALLY_BIG); in main()
98 def test_malloc(self): member in MemleakToolTests
237 #define test_malloc(size) _test_malloc(size, __FILE__, __LINE__) macro243 #define malloc test_malloc
306 static inline void *test_malloc(size_t size) in test_malloc() function