Home
last modified time | relevance | path

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

/external/valgrind/memcheck/tests/
Dorigin1-yes.c69 int* ptr_to_undef_malloc_int2 = malloc(sizeof(int)); in main() local
71 int* ptr_to_undef_realloc_int = realloc(ptr_to_undef_malloc_int2, 4096); in main()