Home
last modified time | relevance | path

Searched defs:test_realloc (Results 1 – 5 of 5) sorted by relevance

/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/bcc/tests/python/
H A Dtest_tools_memleak.py92 def test_realloc(self): member in MemleakToolTests
/aosp_15_r20/bionic/tests/
H A Dbionic_allocator_test.cpp76 TEST(bionic_allocator, test_realloc) { in TEST() argument
/aosp_15_r20/external/ethtool/
H A Dtest-common.c101 void *test_realloc(void *ptr, size_t size) in test_realloc() function
/aosp_15_r20/external/clang/test/Analysis/
H A Dunix-fns.c111 void test_realloc(char *ptr) { in test_realloc() function