Searched refs:heap2 (Results 1 – 2 of 2) sorted by relevance
17 char *heap2 = (char *)malloc(42); in main() local21 foo(heap1, heap2); in main()46 free(heap2); in main()
23 char *heap2 = (char *)malloc(42); in main() local27 foo(heap1, heap2); in main()29 free(heap2); in main()