Searched defs:test_malloc (Results 1 – 4 of 4) sorted by relevance
98 def test_malloc(self): member in MemleakToolTests
123 test_malloc (size_t bytes) in test_malloc() function
306 static inline void *test_malloc(size_t size) in test_malloc() function
237 #define test_malloc(size) _test_malloc(size, __FILE__, __LINE__) macro