Home
last modified time | relevance | path

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

/external/valgrind/memcheck/tests/
Dorigin1-yes.c61 int* ptr_to_undef_malloc_int = malloc(sizeof(int)); in main() local
62 int undef_malloc_int = *ptr_to_undef_malloc_int; in main()