Files
rtems/testsuites/libtests
Sebastian Huber 9d1f394345 malloc: Add _Malloc_System_state()
Replace malloc_is_system_state_OK() with _Malloc_System_state() to allow
early allocations, e.g. in bsp_start().  Here the _Thread_Executing is
NULL, thus an _API_Mutex_Lock() would lead to a NULL pointer access.

Move malloc() support code to general case
rtems_heap_allocate_aligned_with_boundary().  Use
rtems_heap_allocate_aligned_with_boundary() to avoid duplicated code.
2016-02-25 11:35:54 +01:00
..
2015-03-04 14:53:36 -06:00
2015-01-20 07:53:51 +11:00
2015-10-19 09:51:28 +02:00
2012-02-01 10:59:44 -06:00
2015-09-11 11:28:13 +02:00
2015-12-24 16:52:34 -06:00
2016-01-04 11:07:26 -06:00
2015-10-16 07:46:56 +02:00

This directory contains tests for some of the items in
the lib directories.  The intent is to be able to
verify the basic functionality of a library.  For example,
it is important to know that the stack checker successfully
detects tasks which both stay within and exceed their
stack limits.