runtime (gc): add garbage collector that uses an external allocator

This commit is contained in:
Jaden Weiss
2020-03-24 19:39:04 -04:00
committed by Ayke
parent 57320c0922
commit 62e78c0a26
11 changed files with 683 additions and 25 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
// +build gc.conservative
// +build gc.conservative gc.extalloc
// +build baremetal
package runtime