Home | History | Annotate | Download | only in c++

Lines Matching refs:realloc

42 atf_test_case realloc
44 atf_set "descr" "Test memory sanitizer for realloc"
50 atf_set "descr" "Test memory sanitizer for realloc with profiling option"
55 atf_set "descr" "Test memory sanitizer for realloc with position independent code (PIC) flag"
60 atf_set "descr" "Test memory sanitizer for realloc with position independent execution (PIE) flag"
69 p = (char *)realloc(p, 10000);
86 p = (char *)realloc(p, 10000);
110 p = (char *)realloc(p, 10000);
134 p = (char *)realloc(p, 10000);
164 atf_add_test_case realloc