comparison packages/services/memalloc/common/current/tests/malloc3.c @ 126:518f42066aba ecos-sw-2000-09-19

Merge from eCos master repository on 2000-09-19-06:25:26-BST
author jlarmour
date Tue, 19 Sep 2000 05:53:51 +0000
parents 6ed91473a1cd
children 0d2b193a635f
comparison
equal deleted inserted replaced
125:b4407dc7f59d 126:518f42066aba
178 CYG_TEST_PASS_FAIL( fill_with_data( str, size ),"allocation 10 usability"); 178 CYG_TEST_PASS_FAIL( fill_with_data( str, size ),"allocation 10 usability");
179 free( str ); 179 free( str );
180 180
181 CYG_TEST_FINISH("Finished tests from testcase " __FILE__ " for C library " 181 CYG_TEST_FINISH("Finished tests from testcase " __FILE__ " for C library "
182 "malloc() and free() functions"); 182 "malloc() and free() functions");
183
184 return 0;
183 } // main() 185 } // main()
184 186
185 #endif // ifndef NA_MSG 187 #endif // ifndef NA_MSG
186 188
187 // EOF malloc3.c 189 // EOF malloc3.c