Home
last modified time | relevance | path

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

/external/libxml2/
DtestOOMlib.h11 void* test_realloc (void *memory,
DtestOOMlib.c146 test_realloc (void *memory, in test_realloc() function
DtestOOM.c330 test_realloc, in main()
/external/ethtool/
Dinternal.h234 void *test_realloc(void *ptr, size_t size);
236 #define realloc(ptr, size) test_realloc(ptr, size)
Dtest-common.c101 void *test_realloc(void *ptr, size_t size) in test_realloc() function
DNEWS135 * Tests: Fix use of uninitialised variable in test_realloc()
/external/bcc/tests/python/
Dtest_tools_memleak.py104 def test_realloc(self): member in MemleakToolTests
/external/clang/test/Analysis/
Dunix-fns.c111 void test_realloc(char *ptr) { in test_realloc() function
/external/llvm-project/clang/test/Analysis/
Dunix-fns.c154 void test_realloc(char *ptr) { in test_realloc() function