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
*
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
|
/
*
Add `Allocator_Mode.Alloc_Non_Zerored`
gingerBill
2022-09-22
1
-25
/
+42
*
Clean up naming conventions
gingerBill
2022-08-08
1
-6
/
+29
*
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
*
|
tighter allocation for arena allocator
Ian Lilley
2022-06-01
1
-4
/
+5
|
/
*
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
*
Revert "Update `mem.nil_allocator` to match the same in `runtime`"
Jeroen van Rijn
2022-04-19
1
-18
/
+1
*
Update `mem.nil_allocator` to match the same in `runtime`
gingerBill
2022-03-31
1
-1
/
+18
*
Remove unneeded semicolons from the core library
gingerBill
2021-08-31
1
-317
/
+317
*
Unify `new`/`make` the internal logic between runtime and mem
gingerBill
2021-08-23
1
-3
/
+4
*
Enforce `core:builtin` and `core:intrinsics` for imports
gingerBill
2021-08-21
1
-1
/
+1
*
`Allocator_Error.Mode_Not_Implemented`; Minor improvement to `map` runtime pr...
gingerBill
2021-08-08
1
-106
/
+8
*
Change uses for parapoly records to use `$` always
gingerBill
2021-06-14
1
-1
/
+1
*
Update builtin procedures to support the new allocator features (without brea...
gingerBill
2021-04-19
1
-2
/
+2
*
Improve the `Allocator` interface to support returning `Allocator_Error` to a...
gingerBill
2021-04-19
1
-174
/
+154
*
Minor fixes
gingerBill
2021-03-18
1
-2
/
+1
*
Minimize unneeded casts
gingerBill
2021-03-03
1
-9
/
+9
*
Tracking allocator now tracks bad free calls
Luka Aleksić
2021-01-21
1
-3
/
+18
*
Add experimental `-insert-semicolon` functionality to tokenizer and parser
gingerBill
2020-11-01
1
-1
/
+1
*
Improve default temp_allocator; make nil loggers do nothing; improve mem.Scra...
gingerBill
2020-10-02
1
-60
/
+99
*
Add `mem.Small_Allocator`
gingerBill
2020-10-02
1
-0
/
+98
*
Add `mem.Allocator_Query_Info` and `mem.query_info`
gingerBill
2020-08-16
1
-4
/
+50
*
Add `mem.Allocator_Mode.Query_Features, `mem.Allocator_Mode_Set`, `mem.query_...
gingerBill
2020-08-16
1
-0
/
+56
*
Add `mem.Tracking_Allocator`
gingerBill
2020-08-16
1
-0
/
+68
*
Add `intrinsics.alloca`
gingerBill
2020-08-02
1
-0
/
+80
*
Add `raw_data` to replace cases in which `&x[0]` was used
gingerBill
2020-06-29
1
-9
/
+9
*
Improve termination rules checking for missing `return`; Make diverging proce...
gingerBill
2020-06-06
1
-7
/
+1
*
Move definition of mem.Allocator and log.Logger to `package runtime`, to redu...
gingerBill
2019-12-31
1
-10
/
+13
*
Make default `context.temp_allocator` thread safe when using `package thread`
gingerBill
2019-12-29
1
-0
/
+12
*
Fix mem.Arena
Tetralux
2019-12-15
1
-1
/
+1
*
Add assert into scratch_allocator_proc to prevent initialization cycles #504
gingerBill
2019-12-15
1
-0
/
+2
*
Minor code clean-up
gingerBill
2019-07-28
1
-2
/
+0
*
Make procedure parameters just named values rather than copied variables
gingerBill
2019-07-15
1
-10
/
+11
*
Add implicit selector expressions for in/notin
gingerBill
2019-03-06
1
-16
/
+12
*
Fix untyped ternary string IR conversion
gingerBill
2019-02-14
1
-0
/
+2
*
Reorganize `package mem`
gingerBill
2019-02-10
1
-0
/
+624