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
...
*
|
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
*
Use positional and named arguments within the core library
gingerBill
2023-06-21
1
-1
/
+1
*
Add bsd to mem/virtual
gingerBill
2023-06-07
1
-0
/
+24
*
Document `virtual.Arena`
gingerBill
2023-02-28
1
-2
/
+39
*
Make `arena_free_all` keep the first memory block for a `.Growing` arena
gingerBill
2023-02-28
1
-6
/
+17
*
Pass `#caller_location` down correctly
gingerBill
2023-02-10
1
-6
/
+6
*
Fix `arena.free_all`
gingerBill
2023-02-03
1
-1
/
+0
*
Correct `arena_temp_end` usage when no allocation ever happens for that arena
gingerBill
2023-01-28
1
-17
/
+19
*
Add mutex to `virtual.Arena`; add `virtual.arena_temp_ignore`
gingerBill
2023-01-28
2
-1
/
+26
*
Replaced opaque bit-shifts with readable constants for memory units
hikari
2022-12-24
1
-2
/
+2
*
Merge branch 'master' into allocator-mode-alloc-non-zeroed
gingerBill
2022-11-03
6
-406
/
+349
|
\
|
*
Add `Arena_Kind.Buffer` to `core:mem/virtual`
gingerBill
2022-10-26
2
-10
/
+45
|
*
Remove doubly linked list of `Platform_Memory_Block` fields
gingerBill
2022-10-19
2
-37
/
+0
|
*
Wrap `intrinsics.overflow_add` to `safe_add`
gingerBill
2022-10-15
3
-48
/
+10
|
*
Add `overflow_add` checks to `alloc_from_memory_block`
gingerBill
2022-10-13
1
-3
/
+7
|
*
Add overflow check when using a growing arena
gingerBill
2022-10-13
1
-1
/
+2
|
*
Add @(require_results) to many procedures
gingerBill
2022-10-13
1
-0
/
+9
|
*
Inline `assert` condition
gingerBill
2022-10-12
1
-1
/
+1
|
*
Rename constants; minor rearrange of `Arena` layout
gingerBill
2022-10-12
1
-18
/
+17
|
*
Clean up `minimum_block_size` default implicit initialization
gingerBill
2022-10-12
1
-3
/
+7
|
*
Sanity corrections to virtual calls
gingerBill
2022-10-12
3
-32
/
+28
|
*
Inline resize logic for `virtual.Arena`
gingerBill
2022-10-12
1
-9
/
+36
|
*
Update `total_used` for `arena_static_reset_to`
gingerBill
2022-10-12
1
-0
/
+2
|
*
Inline align forward offset code
gingerBill
2022-10-12
1
-12
/
+7
|
*
Unify `Static_Arena` and `Growing_Arena` into `Arena`
gingerBill
2022-10-12
4
-362
/
+309
|
*
update `virtual.growing_arena_bootstrap_new`
gingerBill
2022-10-04
1
-3
/
+2
*
|
Add `Allocator_Mode.Alloc_Non_Zerored`
gingerBill
2022-09-22
2
-2
/
+2
|
/
*
Improve mem/virtual handling of out of memory on Windows
gingerBill
2022-09-12
2
-5
/
+7
*
Fix more typos
gingerBill
2022-08-31
1
-2
/
+2
*
Fix typo
gingerBill
2022-08-31
1
-1
/
+1
*
Fix #1973.
Jeroen van Rijn
2022-08-25
1
-1
/
+1
*
Minor text alignment
gingerBill
2022-08-15
1
-3
/
+3
*
Make `Growing_Arena` reserve memory first and then commit as needed
gingerBill
2022-08-08
2
-1
/
+13
*
Added virtual memory headers for Darwin.
Christoffer Lerno
2022-07-29
1
-0
/
+148
*
fix mmap call in virtual_linux.odin
jason
2022-05-25
1
-5
/
+4
*
Fix #1740
gingerBill
2022-04-26
1
-1
/
+1
*
Replace `sync` with `sync2`
gingerBill
2022-03-30
1
-1
/
+1
*
Use `contextless` where possible
dev-2022-03
gingerBill
2022-03-01
4
-20
/
+20
*
Correct `alloc_from_memory_block`
gingerBill
2022-03-01
2
-15
/
+47
*
core/sys/unix: Add syscalls_linux.odin
Yawning Angel
2021-11-17
1
-42
/
+34
*
Remove nonsense from `static_arena_init`
gingerBill
2021-10-05
1
-10
/
+1
*
Add error value to `commit`
gingerBill
2021-10-05
4
-10
/
+29
[prev]
[next]