aboutsummaryrefslogtreecommitdiff
path: root/core/test/run-malloc.c
AgeCommit message (Expand)AuthorFilesLines
2015-05-21core: Add asserts for region free-list lockingJeremy Kerr1-0/+5
2015-05-21core: Move free-list locking to a separate per-region lockJeremy Kerr1-14/+14
2014-12-05Fix unused result of realloc warning in core/test/run-malloc.cStewart Smith1-1/+3
2014-10-22Test zalloc() failure case.Stewart Smith1-0/+4
2014-10-22Add unit test for realloc failureStewart Smith1-0/+10
2014-10-17in realloc(), memcpy() call would copy past end of allocationStewart Smith1-1/+24
2014-07-02Initial commit of Open Source releaseBenjamin Herrenschmidt1-0/+144