mirror of
https://github.com/odin-lang/Odin.git
synced 2026-05-03 11:34:41 +00:00
8 lines
138 B
Odin
8 lines
138 B
Odin
#+private
|
|
#+build darwin, netbsd, freebsd, openbsd
|
|
package os
|
|
|
|
import "base:runtime"
|
|
|
|
_heap_allocator_proc :: runtime.heap_allocator_proc
|