Changeset 9d5d01f for tests/alloc.cfa
- Timestamp:
- Apr 6, 2020, 9:24:19 PM (3 years ago)
- Branches:
- ADT, arm-eh, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 216603a, 76bf23c
- Parents:
- e276be6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.