summaryrefslogtreecommitdiff
path: root/src/runtime/c/gu/mem.c
AgeCommit message (Expand)Author
2018-12-16a pool where the smallest chunks are memory pageskrangelov
2017-04-19in libgu mark explicitly all functions that belong to the APIkrasimir
2017-04-12a patch from Bjørnar Luteberget for compatibility with MSVCkrasimir
2015-03-19fix the compilation of gu/mem.c on Windows. For now memory mapped pools on Wi...krasimir
2014-10-23a cosmetic optimization in mem.ckr.angelov
2014-10-09fix two warnings in mem.ckr.angelov
2014-10-09fix in gu_mmap_pool for Androidkr.angelov
2014-10-08use MAP_FIXED in gu_mmap_poolkr.angelov
2014-10-08an experimental memory mapped pool. still not in usekr.angelov
2014-09-25now a complete JIT compiler and ByteCode compiler for the def rules in the ab...kr.angelov
2013-09-12remove the logging from libgukr.angelov
2013-09-04remove the dependency on the HAVE_STATEMENT_EXPRESSIONS flag. This reduces th...kr.angelov
2012-05-25fixed an alignment bug in libgu which leads to crash on some platformskr.angelov
2012-01-20initial import of the C runtimekr.angelov