mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 14:48:47 +00:00
mem/virtual: use sysconf for retrieving page size and actually use these init procs
This commit is contained in:
@@ -7,6 +7,11 @@ _ :: runtime
|
||||
|
||||
DEFAULT_PAGE_SIZE := uint(4096)
|
||||
|
||||
@(init, private)
|
||||
platform_memory_init :: proc() {
|
||||
_platform_memory_init()
|
||||
}
|
||||
|
||||
Allocator_Error :: mem.Allocator_Error
|
||||
|
||||
@(require_results)
|
||||
|
||||
Reference in New Issue
Block a user