mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 23:58:50 +00:00
Document the rest of os2.
This commit is contained in:
@@ -2,6 +2,9 @@ package os2
|
||||
|
||||
import "base:runtime"
|
||||
|
||||
/*
|
||||
Returns the default `heap_allocator` for this specific platform.
|
||||
*/
|
||||
@(require_results)
|
||||
heap_allocator :: proc() -> runtime.Allocator {
|
||||
return runtime.Allocator{
|
||||
|
||||
Reference in New Issue
Block a user