Home
last modified time | relevance | path

Searched refs:test_realloc (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/ethtool/
H A Dinternal.h262 void *test_realloc(void *ptr, size_t size);
264 #define realloc(ptr, size) test_realloc(ptr, size)
H A Dtest-common.c101 void *test_realloc(void *ptr, size_t size) in test_realloc() function
H A DNEWS366 * Tests: Fix use of uninitialised variable in test_realloc()
/aosp_15_r20/external/bcc/tests/python/
H A Dtest_tools_memleak.py92 def test_realloc(self): member in MemleakToolTests
/aosp_15_r20/tools/security/gdb/heap_print/test/
H A Dtest_heap_print_script.py59 def test_realloc(self): member in HeapMemoryTest
/aosp_15_r20/external/clang/test/Analysis/
H A Dunix-fns.c111 void test_realloc(char *ptr) { in test_realloc() function
/aosp_15_r20/bionic/tests/
H A Dbionic_allocator_test.cpp76 TEST(bionic_allocator, test_realloc) { in TEST() argument