forked from Imagelibrary/rtems
* Makefile.am, configure.ac: Add new test to exercise malloc_get_statistics(). * malloc05/.cvsignore, malloc05/Makefile.am, malloc05/init.c, malloc05/malloc05.doc, malloc05/malloc05.scn: New files.
5 lines
139 B
Plaintext
5 lines
139 B
Plaintext
*** TEST MALLOC05 ***
|
|
malloc_get_statistics( NULL ) - returns -1
|
|
malloc_get_statistics( &stats ) - returns -0
|
|
*** END OF TEST MALLOC05 ***
|