Commit Graph

55 Commits

Author SHA1 Message Date
Andrew Kelley
7828456b30 std: delete malloc and free
later we'll add a full featured allocator instead of this
2016-02-12 02:23:22 -07:00
MovingtoMars
401a3361ea malloc fails on mmap error code properly 2016-01-28 16:01:52 +13:00
MovingtoMars
9c502030a1 check mmap return against -1 2016-01-28 13:45:35 +13:00
MovingtoMars
04b721d535 malloc fails on proper errors 2016-01-28 13:18:29 +13:00
MovingtoMars
1a913f6bf2 simple malloc and free using mmap 2016-01-28 12:39:02 +13:00