mirror of
https://github.com/odin-lang/Odin.git
synced 2026-08-28 16:01:31 +00:00
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:
@@ -1,3 +1,4 @@
|
||||
#+build !orca
|
||||
package runtime
|
||||
|
||||
import "base:intrinsics"
|
||||
|
||||
Reference in New Issue
Block a user