mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-15 06:43:42 +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
|