Changeset 9d5d01f
- Timestamp:
- Apr 6, 2020, 9:24:19 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 216603a, 76bf23c
- Parents:
- e276be6
- Location:
- tests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/.expect/alloc.txt
re276be6 r9d5d01f 73 73 pointer arithmetic 0 74 74 CFA deep malloc 0xdeadbeef 75 CFA warning (UNIX pid:11367) : program terminating with 144(0x90) bytes of storage allocated but not freed.76 Possible cause is unfreed storage allocated by the program or system/library routines called from the program. -
tests/alloc.cfa
re276be6 r9d5d01f 10 10 // Created On : Wed Feb 3 07:56:22 2016 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Mon Apr 6 2 0:35:28202013 // Update Count : 42 712 // Last Modified On : Mon Apr 6 21:08:23 2020 13 // Update Count : 428 14 14 // 15 15 … … 171 171 for ( i; 5 * dim ) { printf( "%#x ", ip[i] ); } 172 172 printf( "\n" ); 173 free( ip );174 173 #endif // 0 174 free( ip ); 175 175 176 176 // resize, non-array types
Note: See TracChangeset
for help on using the changeset viewer.