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
*
Merge pull request #3903 from laytan/allow-mem-virtual-import-on-more-targets
Jeroen van Rijn
2024-07-11
1
-1
/
+3
|
\
|
*
allow `core:mem/virtual` import on more targets by expanding the `other` impl...
Laytan Laats
2024-07-11
1
-1
/
+3
*
|
fix `@(optimization_mode)` usage in builtin collections
Laytan Laats
2024-07-08
1
-3
/
+3
|
/
*
fix #3692 memory alignment bug in core:mem.dynamic_pool_alloc_bytes
DerTee
2024-07-03
1
-3
/
+1
*
Fix loads of indentation issues with mixing spaces and tabs
gingerBill
2024-06-29
1
-1
/
+1
*
Even more style fixes
gingerBill
2024-06-29
1
-3
/
+3
*
tlsf: destroy first pool & properly zero memory
Laytan Laats
2024-06-27
2
-6
/
+11
*
Add `core:mem` tests.
Jeroen van Rijn
2024-06-06
1
-8
/
+6
*
Fix `fls_uint`
Jeroen van Rijn
2024-06-06
1
-4
/
+8
*
Add original LICENSE
Jeroen van Rijn
2024-06-06
1
-0
/
+36
*
Change to `init` from `create`
gingerBill
2024-06-05
2
-30
/
+30
*
`core:mem/tlsf` - "Two-Level Segregated Fit" memory allocator
gingerBill
2024-06-05
2
-0
/
+892
*
Merge pull request #3646 from Feoramund/multi-test
Jeroen van Rijn
2024-06-04
2
-0
/
+355
|
\
|
*
Simplify casts in `mem.Rollback_Stack` procs
Feoramund
2024-06-02
1
-9
/
+9
|
*
Be specific about `int` size for `Rollback_Stack` asserts
Feoramund
2024-06-02
1
-2
/
+6
|
*
Combine multi-line attributes onto one line
Feoramund
2024-06-02
1
-14
/
+7
|
*
Forbid singleton allocations from shrinking their block offset
Feoramund
2024-06-02
1
-1
/
+5
|
*
Add more sanity checking to `mem.Rollback_Stack`
Feoramund
2024-06-02
1
-5
/
+26
|
*
Use `uintptr` where applicable in `mem.Rollback_Stack`
Feoramund
2024-06-02
1
-15
/
+15
|
*
Fix indentation
Feoramund
2024-06-02
1
-1
/
+1
|
*
Add `mem.Rollback_Stack`
Feoramund
2024-06-02
1
-0
/
+319
|
*
Add `mem.tracking_allocator_reset`
Feoramund
2024-06-02
1
-0
/
+14
*
|
Add aliases for `Raw_*` complex/quaternion types into `core:mem`
Feoramund
2024-06-03
1
-0
/
+10
*
|
Move `Raw_Complex/Quaternion` types to `base:runtime`
Feoramund
2024-06-03
1
-7
/
+0
|
/
*
Merged with master
Andreas T Jonsson
2024-05-02
2
-1
/
+33
|
\
|
*
Merge pull request #3268 from olesya-wo/core-mem-tracking_allocator-improve
gingerBill
2024-04-28
1
-0
/
+32
|
|
\
|
|
*
type conversion fix
olesya-wo
2024-03-12
1
-4
/
+4
|
|
*
Naming and type changes
olesya-wo
2024-03-12
1
-21
/
+24
|
|
*
Improved statistics for core/mem/Tracking_Allocator
olesya-wo
2024-03-12
1
-0
/
+29
|
*
|
fix: buddy allocator wrong query info pointer
Laytan Laats
2024-04-28
1
-1
/
+1
*
|
|
Added missing build tags in core
Andreas T Jonsson
2024-04-25
1
-4
/
+4
|
/
/
*
|
Minimize code duplication in `core:mem` by using the `base:runtime` calls
gingerBill
2024-04-03
2
-50
/
+17
*
|
Make Mutex_Allocator use Ada_Case
Chris
2024-03-13
1
-4
/
+4
|
/
*
Fix typo
gingerBill
2024-03-07
1
-2
/
+2
*
Add `default_commit_size` to `virtual.Arena`
gingerBill
2024-03-07
2
-14
/
+36
*
Fix typo
gingerBill
2024-03-06
1
-1
/
+1
*
Add `mem.Mutex_Allocator`
gingerBill
2024-03-06
1
-0
/
+33
*
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
*
Add virtual.Arena utilities: `new`, `new_aligned`, `make`
gingerBill
2024-03-06
1
-0
/
+67
*
mem/virtual: fix arena_static_reset_to inverted logic
Laytan
2024-02-06
1
-2
/
+2
*
Move Tracking_Allocator to its own file.
dev-2024-02
gingerBill
2024-02-01
2
-132
/
+135
*
Remove `core:os` dependency for `base:runtime`
gingerBill
2024-01-28
1
-1
/
+1
*
Replace `core:*` to `base:*` where appropriate
gingerBill
2024-01-28
5
-9
/
+9
*
Keep vet happy
gingerBill
2024-01-17
1
-2
/
+0
*
Fix typo
gingerBill
2024-01-17
1
-1
/
+1
*
Fix typo
gingerBill
2024-01-17
1
-1
/
+1
*
Rename to `Map_File_*`
gingerBill
2024-01-17
5
-9
/
+9
[next]