1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-25 22:53:16 +00:00
janet/src
Calvin Rose b18f1e8127 Keep count fo allocated memory via malloc.
We normally only track memory allocated with janet_gcalloc, but
if only a few very large normal memory blocks are allocated, the GC
will never run. Se simply need to increment a count when we allocate
memory so that the next time we enter the VM, we will be able to
run a collection if needed.
2019-07-31 00:24:13 -05:00
..
boot Building standalone binaries on linux working. 2019-07-26 22:43:54 -05:00
conf Preemptive version bump. 2019-07-27 09:40:35 -05:00
core Keep count fo allocated memory via malloc. 2019-07-31 00:24:13 -05:00
include Executables linking to natives working on linux. 2019-07-28 13:27:20 -05:00
mainclient Executables linking to natives working on linux. 2019-07-28 13:27:20 -05:00
webclient Fix up webclient. 2019-06-24 17:27:03 -04:00