Add heap allocator exception for Orca

This is a copy of the libc malloc-based allocator that we previously
had. It's preferable to use the Orca runtime allocator over our own.
This commit is contained in:
Feoramund
2025-01-28 14:49:44 -05:00
parent ef72a373b2
commit e9bf350cca
6 changed files with 143 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
#+build !orca
package runtime
import "base:intrinsics"