index
:
odin/Odin.git
bill/all_or_none
bill/any-type-switch-if-else
bill/change-license
bill/compiler-optimizations-2025-09
bill/conditional-zero
bill/const-union
bill/dir-organization
bill/disallow-128-bit
bill/fix-current-os-package
bill/fix-data-races-2026-02
bill/force-type-assert
bill/global-variable-distribution
bill/init-fini-changes
bill/integer-concatenation
bill/io-error-changes
bill/must-tail
bill/new-slice-sort
bill/range-init
bill/remove-test-suffix
bill/shared-partial-return-memory
bill/subtype-type-info
bill/typeid-sip-hash
bill/utf16-strings
core-flags
core_os2_revamp
custom-math-sin
fix-4225
llvm-12-support
master
middle-end
mimalloc
mv/libc-errors
new_os
orca-dev
text-template
update-tilde
windows-llvm-11.1.0
windows-llvm-12.0.1
windows-llvm-13.0.0
Odin Programming Language
Odin Lang
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
mem
/
virtual
/
virtual.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace `core:*` to `base:*` where appropriate
gingerBill
2024-01-28
1
-2
/
+2
*
fix not passing arg everywhere
Laytan
2023-12-18
1
-1
/
+1
*
fix big alignment
Laytan
2023-12-18
1
-4
/
+4
*
Scale by 3/2 rather than 5/4
gingerBill
2023-08-15
1
-1
/
+1
*
Improve heuristic for committing memory with `virtual.alloc_from_memory_block`
gingerBill
2023-08-15
1
-5
/
+12
*
Align committed to a page size
gingerBill
2023-08-15
1
-0
/
+5
*
`alloc_from_memory_block` to commit amounts equal to multiples of the `DEFAUL...
gingerBill
2023-08-15
1
-5
/
+8
*
Add mutex to `virtual.Arena`; add `virtual.arena_temp_ignore`
gingerBill
2023-01-28
1
-1
/
+5
*
Add `Arena_Kind.Buffer` to `core:mem/virtual`
gingerBill
2022-10-26
1
-0
/
+4
*
Remove doubly linked list of `Platform_Memory_Block` fields
gingerBill
2022-10-19
1
-12
/
+0
*
Wrap `intrinsics.overflow_add` to `safe_add`
gingerBill
2022-10-15
1
-2
/
+9
*
Add `overflow_add` checks to `alloc_from_memory_block`
gingerBill
2022-10-13
1
-3
/
+7
*
Sanity corrections to virtual calls
gingerBill
2022-10-12
1
-1
/
+1
*
Improve mem/virtual handling of out of memory on Windows
gingerBill
2022-09-12
1
-2
/
+2
*
Fix #1740
gingerBill
2022-04-26
1
-1
/
+1
*
Use `contextless` where possible
dev-2022-03
gingerBill
2022-03-01
1
-7
/
+7
*
Correct `alloc_from_memory_block`
gingerBill
2022-03-01
1
-12
/
+28
*
Add error value to `commit`
gingerBill
2021-10-05
1
-4
/
+4
*
Clean up `Memory_Block` logic
gingerBill
2021-10-05
1
-59
/
+56
*
Add `Protect_Flags` for `virtual.protect`
gingerBill
2021-10-04
1
-5
/
+13
*
Separate out the virtual memory allocation procedures
gingerBill
2021-10-04
1
-21
/
+62
*
Add `@(init)` usage to `core:mem/virtual`
gingerBill
2021-10-03
1
-4
/
+1
*
Add `core:mem/virtual`
gingerBill
2021-09-29
1
-0
/
+105