detached head bullshit
This commit is contained in:
parent
af757cfdaa
commit
48ee98f22d
@ -185,7 +185,7 @@ stack_allocator_proc :: proc(
|
||||
alignment : int,
|
||||
old_memory : rawptr,
|
||||
old_size : int,
|
||||
// location : SourceCodeLocation = #caller_location
|
||||
location : SourceCodeLocation = #caller_location
|
||||
) -> ([]byte, AllocatorError)
|
||||
{
|
||||
stack := StackAllocator { cast( ^StackAllocatorBase) allocator_data }
|
||||
|
@ -196,7 +196,7 @@ varena_allocator_proc :: proc(
|
||||
alignment : int,
|
||||
old_memory : rawptr,
|
||||
old_size : int,
|
||||
// location : SourceCodeLocation = #caller_location
|
||||
location : SourceCodeLocation = #caller_location
|
||||
) -> ( data : []byte, alloc_error : AllocatorError)
|
||||
{
|
||||
arena := cast( ^VArena) allocator_data
|
||||
|
Loading…
Reference in New Issue
Block a user