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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make `raw_data` an intrinsic rather a `@(builtin)` runtime procedure
gingerBill
2022-10-30
1
-6
/
+2
*
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
*
Revert `default_resize_bytes_align` logic to previous behaviour
gingerBill
2022-10-19
1
-8
/
+7
*
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
2
-16
/
+44
*
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
*
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
*
Unify mem and runtime logic
gingerBill
2022-08-26
1
-42
/
+1
*
Fix #1973.
Jeroen van Rijn
2022-08-25
1
-1
/
+1
*
Minor text alignment
gingerBill
2022-08-15
1
-3
/
+3
*
Add `#soa` pointer type to aid with refactoring to `#soa` data types
gingerBill
2022-08-08
1
-0
/
+1
*
Make `Growing_Arena` reserve memory first and then commit as needed
gingerBill
2022-08-08
2
-1
/
+13
*
Clean up naming conventions
gingerBill
2022-08-08
1
-6
/
+29
*
Clean-up and unification for the allocation procedures
gingerBill
2022-08-08
1
-36
/
+5
*
Improve `resize` call
gingerBill
2022-08-08
1
-54
/
+9
*
Added virtual memory headers for Darwin.
Christoffer Lerno
2022-07-29
1
-0
/
+148
*
Merge pull request #1819 from IanLilleyT/no_query_info
gingerBill
2022-06-12
1
-5
/
+4
|
\
|
*
tidying up Query_Info return value when not in query features
Ian Lilley
2022-06-01
1
-5
/
+4
*
|
Add `fmt:"s,0"` to allow arrays and multi-pointers to be printed with NUL ter...
gingerBill
2022-06-12
1
-0
/
+6
*
|
Remove `strings` dependency from `core:sys/windows`
gingerBill
2022-06-02
1
-1
/
+1
*
|
tighter allocation for arena allocator
Ian Lilley
2022-06-01
1
-4
/
+5
|
/
*
Merge pull request #1807 from odin-lang/simd-dev
gingerBill
2022-05-31
1
-0
/
+1
|
\
|
*
Add `raw_simd_data`
gingerBill
2022-05-25
1
-0
/
+1
*
|
fix mmap call in virtual_linux.odin
jason
2022-05-25
1
-5
/
+4
|
/
*
Unify `raw_data` in `core:mem` with `core:runtime`
gingerBill
2022-05-23
1
-14
/
+5
*
Fix typo
gingerBill
2022-05-21
1
-1
/
+1
*
Add `mem.DEFAULT_PAGE_SIZE`
gingerBill
2022-05-21
1
-0
/
+5
*
Add a return value to `mem.zero_item` and `mem.zero_slice` which is the same ...
gingerBill
2022-05-17
1
-2
/
+4
*
Correct logic for tracking allocator proc for freeing a nil pointer
gingerBill
2022-05-15
1
-1
/
+1
*
Fix `dynamic_pool_destroy`
gingerBill
2022-05-15
1
-0
/
+1
*
[mem] Fix Dynamic_Pool.
Jeroen van Rijn
2022-05-05
1
-0
/
+2
*
Fix #1740
gingerBill
2022-04-26
1
-1
/
+1
*
Revert "Update `mem.nil_allocator` to match the same in `runtime`"
Jeroen van Rijn
2022-04-19
1
-18
/
+1
*
Merge pull request #1696 from Despacito696969/master
gingerBill
2022-04-16
1
-1
/
+1
|
\
|
*
Fix for `slice_to_components`
Despacito696969
2022-04-05
1
-1
/
+1
*
|
mem: replace size procedures with constants
hikari
2022-04-06
1
-5
/
+6
|
/
*
Update `mem.nil_allocator` to match the same in `runtime`
gingerBill
2022-03-31
1
-1
/
+18
[next]