mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-03 14:18:47 +00:00
v0.3.0
This commit is contained in:
+2
-2
@@ -158,8 +158,8 @@ AllocatorMode :: enum u8 {
|
||||
Resize,
|
||||
}
|
||||
AllocatorProc :: #type proc(allocator_data: rawptr, mode: AllocatorMode,
|
||||
size, alignment: int,
|
||||
old_memory: rawptr, old_size: int, flags: u64) -> rawptr;
|
||||
size, alignment: int,
|
||||
old_memory: rawptr, old_size: int, flags: u64) -> rawptr;
|
||||
Allocator :: struct #ordered {
|
||||
procedure: AllocatorProc,
|
||||
data: rawptr,
|
||||
|
||||
Reference in New Issue
Block a user