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
/
alloc.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' into separate-int-word-sizes
gingerBill
2023-06-06
1
-33
/
+33
|
\
|
*
Add missing `Allocator_Error` and `@(require_results)` to many procedures
gingerBill
2023-05-22
1
-33
/
+33
*
|
Begin work on new pseudo-architecture: wasm64p32
gingerBill
2023-04-20
1
-1
/
+1
|
/
*
Correct `map_reserve_dynamic` caused by an bizarre code generation bug
gingerBill
2022-11-13
1
-5
/
+3
*
Add extra calls to `Tracking_Allocator`
gingerBill
2022-11-09
1
-3
/
+11
*
Make `map_free_dynamic` take the total size of the allocation
gingerBill
2022-11-08
1
-2
/
+1
*
Begin work on implementing the new `map` internals
gingerBill
2022-11-07
1
-11
/
+10
*
Fix typo
gingerBill
2022-09-22
1
-1
/
+1
*
Add `Allocator_Mode.Alloc_Non_Zerored`
gingerBill
2022-09-22
1
-0
/
+4
*
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
*
Fix typo
gingerBill
2022-05-21
1
-1
/
+1
*
Add `mem.DEFAULT_PAGE_SIZE`
gingerBill
2022-05-21
1
-0
/
+5
*
fix mem.new_clone
Jeroen van Rijn
2021-09-19
1
-4
/
+5
*
Revert "Merge pull request #1177 from Kelimion/new_clone"
Jeroen van Rijn
2021-09-19
1
-5
/
+4
*
fix mem.new_clone
Jeroen van Rijn
2021-09-19
1
-4
/
+5
*
Remove unneeded semicolons from the core library
gingerBill
2021-08-31
1
-120
/
+120
*
Unify `new`/`make` the internal logic between runtime and mem
gingerBill
2021-08-23
1
-26
/
+39
*
Add `#any_int` directive to replace `auto_cast` uses on parameters.
gingerBill
2021-08-15
1
-5
/
+5
*
`Allocator_Error.Mode_Not_Implemented`; Minor improvement to `map` runtime pr...
gingerBill
2021-08-08
1
-6
/
+24
*
Fix typo in core:mem alloc() comment.
Jeroen van Rijn
2021-05-06
1
-1
/
+1
*
Update builtin procedures to support the new allocator features (without brea...
gingerBill
2021-04-19
1
-3
/
+4
*
Improve the `Allocator` interface to support returning `Allocator_Error` to a...
gingerBill
2021-04-19
1
-13
/
+93
*
Replace usage of `inline proc` with `#force_inline proc` in the core library
gingerBill
2021-02-23
1
-8
/
+8
*
Fix `delete_map`
gingerBill
2021-02-02
1
-1
/
+1
*
Remove usage of `do` in core library
gingerBill
2020-09-23
1
-9
/
+23
*
Add `mem.Allocator_Query_Info` and `mem.query_info`
gingerBill
2020-08-16
1
-6
/
+20
*
Add `mem.Allocator_Mode.Query_Features, `mem.Allocator_Mode_Set`, `mem.query_...
gingerBill
2020-08-16
1
-0
/
+18
*
Add `mem.Tracking_Allocator`
gingerBill
2020-08-16
1
-1
/
+1
*
Fix `reflect.length`
gingerBill
2020-04-15
1
-1
/
+3
*
Change behaviour for zero-sized value types of array-related types; Fix make ...
gingerBill
2020-04-12
1
-2
/
+6
*
Fix make and reserve
Tetralux
2020-01-03
1
-1
/
+3
*
Fix behaviour for `make` to return `nil` when alloc returns `nil`
gingerBill
2020-01-03
1
-0
/
+2
*
Move definition of mem.Allocator and log.Logger to `package runtime`, to redu...
gingerBill
2019-12-31
1
-6
/
+13
*
Implement core:thread and core:sync on Unix using pthreads
Tetralux
2019-12-01
1
-3
/
+9
*
Reorganize `package mem`
gingerBill
2019-02-10
1
-275
/
+0
*
Change procedure group syntax from `proc[]` to `proc{}`; deprecate `proc[]` (...
gingerBill
2018-12-02
1
-4
/
+4
*
`-vet` flag to do basic vetting of code
gingerBill
2018-11-25
1
-2
/
+2
*
Fix `context` initialization
gingerBill
2018-10-20
1
-2
/
+7
*
Update runtime printing code
gingerBill
2018-10-11
1
-0
/
+6
*
context.allocator = a; Remove __ from runtime procs; improve division for com...
gingerBill
2018-09-15
1
-4
/
+1
*
Fixed core library bugs after recent changes. (#257)
Joshua Mark Manton
2018-09-02
1
-1
/
+1
*
Add `$T: typeid/[]$E`; Deprecate `T: type/[]$E`
gingerBill
2018-09-02
1
-6
/
+6
*
Change memory layout of `map` to be 3 words smaller
gingerBill
2018-08-30
1
-0
/
+3
*
Fix `delete` for dynamic array and map
gingerBill
2018-08-30
1
-5
/
+5
*
Add `Assertion_Failure_Proc` to `context`
gingerBill
2018-08-29
1
-1
/
+19
*
Temporary allocator for `context`
gingerBill
2018-08-29
1
-0
/
+78
*
Add default `allocator` to allocation related procedures e.g. alloc, free, de...
gingerBill
2018-08-28
1
-64
/
+47
*
Improve proc group scoring algorithm
gingerBill
2018-08-21
1
-9
/
+10
*
Implement suggestions from #247
gingerBill
2018-08-20
1
-1
/
+5
[next]