forked from Imagelibrary/rtems
2008-01-22 Joel Sherrill <joel.sherrill@OARcorp.com>
* malloctest/init.c: Remove debug print.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2008-01-22 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* malloctest/init.c: Remove debug print.
|
||||
|
||||
2008-01-09 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* monitor02/.cvsignore: New file.
|
||||
|
||||
@@ -77,7 +77,6 @@ void test_realloc(void)
|
||||
p2 = malloc(8);
|
||||
free(p1);
|
||||
sc = posix_memalign(&p1, 16, 32);
|
||||
printf( "sc = %d\n", sc );
|
||||
if (!sc)
|
||||
free(p1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user