Searched refs:ptr_to_undef_malloc_int2 (Results 1 – 1 of 1) sorted by relevance
69 int* ptr_to_undef_malloc_int2 = malloc(sizeof(int)); in main() local71 int* ptr_to_undef_realloc_int = realloc(ptr_to_undef_malloc_int2, 4096); in main()