summaryrefslogtreecommitdiffstats
path: root/cpukit/libtest/t-test-rtems-memory.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libtest: Add primitive test case memory allocatorSebastian Huber2020-11-191-0/+86
This primitive test case memory allocator uses memory from the low-level memory information provided by the BSP. At the beginning of each test case, the memory available to the test case is reinitialized. This allows the use of a simple allocate only allocator.