mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Fix typo
This commit is contained in:
+1
-1
@@ -57,7 +57,7 @@ DEFAULT_ALIGNMENT :: 2*align_of(rawptr)
|
|||||||
|
|
||||||
DEFAULT_PAGE_SIZE ::
|
DEFAULT_PAGE_SIZE ::
|
||||||
64 * 1024 when ODIN_ARCH == .wasm32 || ODIN_ARCH == .wasm64 else
|
64 * 1024 when ODIN_ARCH == .wasm32 || ODIN_ARCH == .wasm64 else
|
||||||
16 * 1024 when ODIN_OS == .darwin && ODIN_ARCH == .arm64 else
|
16 * 1024 when ODIN_OS == .Darwin && ODIN_ARCH == .arm64 else
|
||||||
4 * 1024
|
4 * 1024
|
||||||
|
|
||||||
alloc :: proc(size: int, alignment: int = DEFAULT_ALIGNMENT, allocator := context.allocator, loc := #caller_location) -> rawptr {
|
alloc :: proc(size: int, alignment: int = DEFAULT_ALIGNMENT, allocator := context.allocator, loc := #caller_location) -> rawptr {
|
||||||
|
|||||||
Reference in New Issue
Block a user