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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Require `@(init)` and `@(fini)` to be `proc "contextless" ()`
gingerBill
2025-08-08
5
-8
/
+8
*
`for in string16`; Support `string16` across core
gingerBill
2025-08-02
1
-1
/
+1
*
Add `virtual.new_clone`
gingerBill
2025-07-30
1
-0
/
+11
*
Fix very subtle bug in `virtual.memory_block_alloc`
gingerBill
2025-07-20
1
-2
/
+2
*
Disable usage of AddressSanitizer pending a per-allocator review
Feoramund
2025-06-15
2
-17
/
+17
*
Add asan support for various allocators
Lucas Perlind
2025-05-06
4
-20
/
+63
*
Merge pull request #4836 from laytan/fix-wrong-out-of-memory
gingerBill
2025-03-20
7
-29
/
+106
|
\
|
*
mem/virtual: specify max protection on mmap call in NetBSD and FreeBSD
Laytan Laats
2025-02-18
6
-24
/
+99
|
*
fix wrong out of memory in edge cases, just try allocate from block for one s...
Laytan Laats
2025-02-12
1
-5
/
+7
*
|
Fix: When resizing a virtual arena by commiting more of the already reserved ...
alektron
2025-03-02
1
-0
/
+2
|
/
*
Added support for growing in place to some arenas.
Barinzaya
2025-01-24
1
-4
/
+18
*
Fix: Issue with non-zeroed memory after arena_temp_and;
alektron
2025-01-15
1
-1
/
+2
*
Fixed crash in arena_free_all() for bootstrapped growing arenas.
dmitriy.gorevoy
2024-12-23
1
-1
/
+2
*
sys/posix: add MAP_ANONYMOUS
Laytan Laats
2024-11-17
1
-7
/
+3
*
Moved all packages in core, base, vendor, tests and examples to use new #+ fi...
Karl Zylinski
2024-09-14
5
-14
/
+14
*
mem/virtual: make sure the given size is used for subsequent blocks
Laytan Laats
2024-08-29
1
-0
/
+4
*
mem/virtual: use `sysconf` for retrieving page size and actually use these in...
Laytan Laats
2024-08-29
2
-2
/
+9
*
mem/virtual: support the BSDs
Laytan Laats
2024-08-14
2
-6
/
+14
*
posix: add package
Laytan Laats
2024-08-14
1
-127
/
+26
*
Replace `err != 0` with `err != nil` where possible
gingerBill
2024-08-04
1
-2
/
+2
*
allow `core:mem/virtual` import on more targets by expanding the `other` impl...
Laytan Laats
2024-07-11
1
-1
/
+3
*
Even more style fixes
gingerBill
2024-06-29
1
-3
/
+3
*
Added missing build tags in core
Andreas T Jonsson
2024-04-25
1
-4
/
+4
*
Fix typo
gingerBill
2024-03-07
1
-2
/
+2
*
Add `default_commit_size` to `virtual.Arena`
gingerBill
2024-03-07
2
-14
/
+36
*
Add virtual.Arena utilities: `new`, `new_aligned`, `make`
gingerBill
2024-03-06
1
-0
/
+67
*
mem/virtual: fix arena_static_reset_to inverted logic
Laytan
2024-02-06
1
-2
/
+2
*
Remove `core:os` dependency for `base:runtime`
gingerBill
2024-01-28
1
-1
/
+1
*
Replace `core:*` to `base:*` where appropriate
gingerBill
2024-01-28
1
-2
/
+2
*
Keep vet happy
gingerBill
2024-01-17
1
-2
/
+0
*
Fix typo
gingerBill
2024-01-17
1
-1
/
+1
*
Fix typo
gingerBill
2024-01-17
1
-1
/
+1
*
Rename to `Map_File_*`
gingerBill
2024-01-17
5
-9
/
+9
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2024-01-17
1
-1
/
+1
|
\
|
*
bring log allocator up to date
Colin Davidson
2024-01-17
5
-12
/
+12
|
|
\
|
*
|
add resize non zeroed in more places
Colin Davidson
2023-12-04
1
-1
/
+1
*
|
|
Add `virtual.map_file`
gingerBill
2024-01-17
5
-1
/
+139
|
|
/
|
/
|
*
|
stdcall -> system
gingerBill
2024-01-17
1
-1
/
+1
*
|
fix
xb-bx
2024-01-08
2
-2
/
+2
*
|
fix not passing arg everywhere
Laytan
2023-12-18
1
-1
/
+1
*
|
fix big alignment
Laytan
2023-12-18
2
-5
/
+5
*
|
fix same problem in virtual arena
Laytan Laats
2023-12-18
1
-4
/
+4
*
|
virtual arena: Actually use DEFAULT_ARENA_STATIC_RESERVE_SIZE as default valu...
Karl Zylinski
2023-12-04
1
-1
/
+1
|
/
*
Implement new sys/unix package
flysand7
2023-10-27
1
-74
/
+23
*
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
*
Fix docs typo
gingerBill
2023-08-07
1
-1
/
+1
*
Fix small doc mistakes in arena.odin
Eric Johnson
2023-07-11
1
-4
/
+4
[next]