summaryrefslogtreecommitdiff
path: root/tests/libc/test_malloc.c
AgeCommit message (Collapse)Author
2017-08-02simplified malloc test, see if we are leaking memory, the exactAndreas Baumann
size can differ due to alignment now
2017-07-15added a better malloc testAndreas Baumann
2017-07-13added an exit functionAndreas Baumann
added Linux syscall stubs for exit and write adapted all tests added a printf test made stdio work on Linux or AbaOs syscalls
2017-07-13forgot to add test_malloc.cAndreas Baumann
remove buffer memory functions again (can be done with a simple cast in the caller)