Searched refs:test_realloc (Results 1 – 8 of 8) sorted by relevance
11 void* test_realloc (void *memory,
146 test_realloc (void *memory, in test_realloc() function
330 test_realloc, in main()
234 void *test_realloc(void *ptr, size_t size);236 #define realloc(ptr, size) test_realloc(ptr, size)
101 void *test_realloc(void *ptr, size_t size) in test_realloc() function
135 * Tests: Fix use of uninitialised variable in test_realloc()
104 def test_realloc(self): member in MemleakToolTests
111 void test_realloc(char *ptr) { in test_realloc() function