Commit graph

5 commits

Author SHA1 Message Date
Sukchan Lee
8c3d4ca0de core_free -> CORE_FREE. We need to know which function raise this
exception
2018-01-13 22:03:30 +09:00
Sukchan Lee
dbcee4966f fix the pkbuf test code since core_realloc function is changed
from : if (size > (p->clbuf->size - headroom))
to : if (size >= (p->clbuf->size - headroom))
2017-04-14 21:39:07 +09:00
Sukchan Lee
053adfacf6 malloc changes to core_malloc 2017-02-12 21:01:33 +09:00
Sukchan Lee
3d778225d8 fix the bug 2017-02-10 16:32:26 +09:00
Sukchan Lee
9d0d988ac8 missing file 2017-02-10 16:14:37 +09:00