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
/
allocators.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add base:sanitizer package
Lucas Perlind
2025-04-24
1
-22
/
+23
*
Add more asan support to the odin runtime and begin sanitizing
Lucas Perlind
2025-04-24
1
-10
/
+42
*
General clean up of code
gingerBill
2025-01-01
1
-23
/
+0
*
Improve formatting
gingerBill
2024-10-11
1
-167
/
+167
*
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]: Adjust the docs on the buddy allocator
flysand7
2024-09-14
1
-13
/
+192
*
|
[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]: 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]: 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]: 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
*
|
[mem]: Add @require_results to all functions returning values
flysand7
2024-09-07
1
-7
/
+25
*
|
[mem]: Add resize_non_zeroed variant to dynamic arena, and rename pool to arena
flysand7
2024-09-07
1
-50
/
+76
*
|
[mem]: Add alloc_non_zeroed variant to dynamic pool
flysand7
2024-09-07
1
-123
/
+122
*
|
[mem]: Rename dynamic pool to dynamic arena
flysand7
2024-09-07
1
-26
/
+37
*
|
[mem]: Fix vet errors
flysand7
2024-09-07
1
-8
/
+9
*
|
[mem]: API for using small stack allocator directly
flysand7
2024-09-07
1
-153
/
+203
*
|
[mem]: Remove the extra word 'allocator' in procedures
flysand7
2024-09-07
1
-46
/
+49
*
|
[mem]: API for using stack allocator directly
flysand7
2024-09-07
1
-114
/
+169
*
|
[mem]: Initialize scratch allocator during calls to free and resize
flysand7
2024-09-07
1
-8
/
+10
*
|
[mem]: API for using scratch allocator directly
flysand7
2024-09-07
1
-120
/
+165
*
|
[mem]: API for using arena directly
flysand7
2024-09-07
1
-33
/
+38
*
|
[mem]: Code formatting
flysand7
2024-09-07
1
-77
/
+98
|
/
*
fix #3692 memory alignment bug in core:mem.dynamic_pool_alloc_bytes
DerTee
2024-07-03
1
-3
/
+1
*
fix: buddy allocator wrong query info pointer
Laytan Laats
2024-04-28
1
-1
/
+1
*
Add missing attribute
gingerBill
2024-03-06
1
-0
/
+1
*
Add `Query_Info` to `Buddy_Allocator`
gingerBill
2024-03-06
1
-2
/
+14
*
Add `mem.Buddy_Allocator`
gingerBill
2024-03-06
1
-0
/
+264
*
Fix indentation
gingerBill
2024-03-06
1
-4
/
+6
*
Move Tracking_Allocator to its own file.
dev-2024-02
gingerBill
2024-02-01
1
-132
/
+0
*
Replace `core:*` to `base:*` where appropriate
gingerBill
2024-01-28
1
-2
/
+2
*
add resize_non_zeroed to query features
Colin Davidson
2024-01-17
1
-3
/
+6
*
add non-zeroing append and resize
Colin Davidson
2023-12-04
1
-14
/
+18
*
[core]: Remove `do` keyword from the core library
flysand7
2023-11-11
1
-1
/
+3
*
fix whitespace
Benjamin Findley
2023-08-15
1
-1
/
+1
*
prevent potential segfaults when using large allocations from dynamic pool
Benjamin Findley
2023-08-11
1
-0
/
+1
*
Clean up usage of `using` throughout core and vendor
gingerBill
2023-07-31
1
-52
/
+52
*
Default to `panic` allocator for wasm targets
gingerBill
2023-06-26
1
-6
/
+6
*
Add mutex to `mem.Tracking_Allocator`
gingerBill
2023-05-25
1
-0
/
+7
*
Add missing `Allocator_Error` and `@(require_results)` to many procedures
gingerBill
2023-05-22
1
-3
/
+12
*
Replaced opaque bit-shifts with readable constants for memory units
hikari
2022-12-24
1
-1
/
+1
*
Merge pull request #2181 from odin-lang/map-dev
gingerBill
2022-11-17
1
-9
/
+15
|
\
|
*
Add extra calls to `Tracking_Allocator`
gingerBill
2022-11-09
1
-0
/
+11
|
*
Fix bug with allocator not getting set on a `map`
gingerBill
2022-11-08
1
-9
/
+4
*
|
Handle freeing nil in scratch allocator
Michael Freundorfer
2022-11-14
1
-0
/
+3
|
/
[next]