updated structure of allocators in core libraries
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Fri, 18 Dec 2020 03:27:58 +0000 (21:27 -0600)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Fri, 18 Dec 2020 03:27:58 +0000 (21:27 -0600)
commite4c92649e1f7684bed5ae05b0f480de136515ca6
tree1581a20b9eeca76c81884a083be2a402bed28376
parentd1b2d80eaabd588ed845c662bc1bae2f40ba2cc8
updated structure of allocators in core libraries
12 files changed:
core/alloc.onyx
core/alloc/arena.onyx [new file with mode: 0644]
core/alloc/fixed.onyx [new file with mode: 0644]
core/alloc/heap.onyx [new file with mode: 0644]
core/alloc/ring.onyx [new file with mode: 0644]
core/builtin.onyx
core/file.onyx
core/sys/js.onyx
core/sys/wasi.onyx
onyx
src/onyxsymres.c
tests/general1