Formatting
This commit is contained in:
+2
-1
@@ -149,7 +149,8 @@ void arena_trim(Arena *arena)
|
|||||||
memory_decommit(trim_start, block->committed_end - aligned_pos);
|
memory_decommit(trim_start, block->committed_end - aligned_pos);
|
||||||
block->committed_end = aligned_pos;
|
block->committed_end = aligned_pos;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ATemp arena_temp_begin(Arena *arena)
|
ATemp arena_temp_begin(Arena *arena)
|
||||||
{
|
{
|
||||||
ATemp checkpoint = {};
|
ATemp checkpoint = {};
|
||||||
|
|||||||
Reference in New Issue
Block a user