Searched refs:test_realloc (Results 1 – 7 of 7) sorted by relevance
262 void *test_realloc(void *ptr, size_t size);264 #define realloc(ptr, size) test_realloc(ptr, size)
101 void *test_realloc(void *ptr, size_t size) in test_realloc() function
366 * Tests: Fix use of uninitialised variable in test_realloc()
92 def test_realloc(self): member in MemleakToolTests
59 def test_realloc(self): member in HeapMemoryTest
111 void test_realloc(char *ptr) { in test_realloc() function
76 TEST(bionic_allocator, test_realloc) { in TEST() argument