Match bool c style
This commit is contained in:
@@ -22,7 +22,7 @@ Reserve :: (size: SizeU): Memory
|
||||
lpAddress = 0)->*U8
|
||||
return result
|
||||
|
||||
Commit :: (m: *Memory, size: SizeU): Bool
|
||||
Commit :: (m: *Memory, size: SizeU): bool
|
||||
commit_size := AlignUp(size, PAGE_SIZE)
|
||||
total_commit := m.commit + commit_size
|
||||
clamped_commit := ClampTopSizeU(total_commit, m.reserve)
|
||||
|
||||
Reference in New Issue
Block a user