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
*
Add `mem.make_over_aligned`
gingerBill
2025-03-31
2
-1
/
+29
*
Fix indentation
gingerBill
2025-03-31
1
-21
/
+20
*
Split `mem.make_map` to match the `runtime` procs.
Barinzaya
2025-03-22
1
-3
/
+20
*
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
*
|
Update doc.odin
Githubaccountlol
2025-02-26
1
-2
/
+2
|
/
*
Fix tlsf block adjustment
Lucas Perlind
2025-02-10
1
-1
/
+1
*
Added support for growing in place to some arenas.
Barinzaya
2025-01-24
1
-4
/
+18
*
Merge pull request #4696 from alektron/ArenaBug
gingerBill
2025-01-17
1
-1
/
+2
|
\
|
*
Fix: Issue with non-zeroed memory after arena_temp_and;
alektron
2025-01-15
1
-1
/
+2
*
|
Add SoA make/delete to core:mem
teapo
2025-01-15
1
-3
/
+94
|
/
*
Merge pull request #4605 from karl-zylinski/tracking-allocator-bad-free-defau...
gingerBill
2025-01-08
1
-9
/
+41
|
\
|
*
Makes tracking allocator default to crashing on a bad free instead of add to ...
Karl Zylinski
2024-12-21
1
-9
/
+41
*
|
Merge pull request #4617 from gorevojd/free_bootstrapped_arena_crash
gingerBill
2025-01-06
1
-1
/
+2
|
\
\
|
*
|
Fixed crash in arena_free_all() for bootstrapped growing arenas.
dmitriy.gorevoy
2024-12-23
1
-1
/
+2
|
|
/
*
/
General clean up of code
gingerBill
2025-01-01
2
-31
/
+1
|
/
*
sys/posix: add MAP_ANONYMOUS
Laytan Laats
2024-11-17
1
-7
/
+3
*
Missing paren.
Jeroen van Rijn
2024-11-03
1
-1
/
+1
*
`mem.is_aligned` is in bytes, not log2 bytes
Jeroen van Rijn
2024-11-03
1
-1
/
+3
*
build mutex allocator code on freestanding wasm
Laytan Laats
2024-10-14
1
-1
/
+1
*
build tracking allocator code on freestanding wasm
Laytan Laats
2024-10-14
1
-1
/
+1
*
Improve formatting
gingerBill
2024-10-11
1
-167
/
+167
*
Merge branch 'master' into file-tags-without-comments
Karl Zylinski
2024-09-17
8
-837
/
+3687
|
\
|
*
Merge pull request #4208 from laytan/more-wasm-vendor-support
gingerBill
2024-09-17
1
-0
/
+78
|
|
\
|
|
*
wasm: support more vendor libraries
Laytan Laats
2024-09-09
1
-0
/
+78
|
*
|
[mem]: Rollback allocator API consistency
flysand7
2024-09-14
1
-42
/
+163
|
*
|
[mem]: Document mutex, rollback stack and tracking allocators
flysand7
2024-09-14
4
-113
/
+197
|
*
|
[mem]: Adjust the docs for calc_padding_with_header
flysand7
2024-09-14
2
-6
/
+21
|
*
|
[mem]: Adjust the docs on the buddy allocator
flysand7
2024-09-14
2
-13
/
+197
|
*
|
[mem]: Fix handling of default resize to check alignment
flysand7
2024-09-11
2
-1
/
+12
|
*
|
[mem]: Adjust docs for alloc
flysand7
2024-09-10
1
-16
/
+150
|
*
|
[mem]: Don't use named params for dynamic pool in tests
flysand7
2024-09-08
1
-8
/
+8
|
*
|
[mem]: Start documenting allocators.odin
flysand7
2024-09-08
1
-73
/
+594
|
*
|
[mem]: Put panic allocator after nil allocator, adjust @require_results
flysand7
2024-09-08
1
-58
/
+57
|
*
|
[mem]: Document raw.odin
flysand7
2024-09-08
1
-14
/
+60
|
*
|
[mem]: Remove old comments
flysand7
2024-09-08
1
-2
/
+0
|
*
|
[mem]: Panic when allocator is not initialized
flysand7
2024-09-08
1
-22
/
+45
|
*
|
[mem]: Add non_zeroed versions of resize
flysand7
2024-09-08
1
-6
/
+94
|
*
|
[mem]: Document alloc.odin
flysand7
2024-09-08
1
-41
/
+524
|
*
|
Fix typo
flysand7
2024-09-08
1
-1
/
+1
|
*
|
[mem]: Fix the issue with unbranched version of ptr align
flysand7
2024-09-07
1
-1
/
+1
|
*
|
[mem]: Document mem.odin
flysand7
2024-09-07
1
-44
/
+404
|
*
|
[mem]: Update package documentation
flysand7
2024-09-07
1
-4
/
+14
|
*
|
[mem]: Make resize_bytes take a slice for the old memory
flysand7
2024-09-07
1
-45
/
+45
|
*
|
[mem]: Rename alloc to alloc_bytes and add alloc
flysand7
2024-09-07
1
-47
/
+248
|
*
|
[mem]: Document the package
flysand7
2024-09-07
2
-23
/
+119
|
*
|
[mem]: Add free_all for buddy allocator
flysand7
2024-09-07
1
-9
/
+9
|
*
|
[mem]: Split alloc and alloc_non_zeroed for buddy allocator
flysand7
2024-09-07
1
-38
/
+21
[next]