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
*
Added virtual memory headers for Darwin.
Christoffer Lerno
2022-07-29
1
-0
/
+148
*
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
*
|
Add `fmt:"s,0"` to allow arrays and multi-pointers to be printed with NUL ter...
gingerBill
2022-06-12
1
-0
/
+6
*
|
Remove `strings` dependency from `core:sys/windows`
gingerBill
2022-06-02
1
-1
/
+1
*
|
tighter allocation for arena allocator
Ian Lilley
2022-06-01
1
-4
/
+5
|
/
*
Merge pull request #1807 from odin-lang/simd-dev
gingerBill
2022-05-31
1
-0
/
+1
|
\
|
*
Add `raw_simd_data`
gingerBill
2022-05-25
1
-0
/
+1
*
|
fix mmap call in virtual_linux.odin
jason
2022-05-25
1
-5
/
+4
|
/
*
Unify `raw_data` in `core:mem` with `core:runtime`
gingerBill
2022-05-23
1
-14
/
+5
*
Fix typo
gingerBill
2022-05-21
1
-1
/
+1
*
Add `mem.DEFAULT_PAGE_SIZE`
gingerBill
2022-05-21
1
-0
/
+5
*
Add a return value to `mem.zero_item` and `mem.zero_slice` which is the same ...
gingerBill
2022-05-17
1
-2
/
+4
*
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
*
Fix #1740
gingerBill
2022-04-26
1
-1
/
+1
*
Revert "Update `mem.nil_allocator` to match the same in `runtime`"
Jeroen van Rijn
2022-04-19
1
-18
/
+1
*
Merge pull request #1696 from Despacito696969/master
gingerBill
2022-04-16
1
-1
/
+1
|
\
|
*
Fix for `slice_to_components`
Despacito696969
2022-04-05
1
-1
/
+1
*
|
mem: replace size procedures with constants
hikari
2022-04-06
1
-5
/
+6
|
/
*
Update `mem.nil_allocator` to match the same in `runtime`
gingerBill
2022-03-31
1
-1
/
+18
*
Change `intrinsics.Atomic_Memory_Order` fields to use `Ada_Case` rather than ...
gingerBill
2022-03-31
1
-1
/
+1
*
Update core to use new atomic intrinsics
gingerBill
2022-03-31
1
-1
/
+1
*
Replace `sync` with `sync2`
gingerBill
2022-03-30
1
-1
/
+1
*
Use `contextless` where possible
dev-2022-03
gingerBill
2022-03-01
4
-20
/
+20
*
Correct `alloc_from_memory_block`
gingerBill
2022-03-01
2
-15
/
+47
*
[mem] Add missing `\n` to tracking allocator example.
Jeroen van Rijn
2022-03-01
1
-13
/
+13
*
mem: Add `doc.odin` with `Tracking_Allocator` example.
Jeroen van Rijn
2022-02-05
1
-0
/
+34
*
core/sys/unix: Add syscalls_linux.odin
Yawning Angel
2021-11-17
1
-42
/
+34
*
core/mem: Add zero_explicit
Yawning Angel
2021-10-31
1
-0
/
+9
*
Improve internal procedures
gingerBill
2021-10-25
1
-8
/
+2
*
Remove nonsense from `static_arena_init`
gingerBill
2021-10-05
1
-10
/
+1
*
Add error value to `commit`
gingerBill
2021-10-05
4
-10
/
+29
*
Correct `mmap` usage
gingerBill
2021-10-05
1
-5
/
+4
*
Add arena_util.odin
gingerBill
2021-10-05
2
-0
/
+40
*
Add `static_arena_bootstrap_new`
gingerBill
2021-10-05
1
-1
/
+24
*
Minor cleanup
gingerBill
2021-10-05
2
-8
/
+13
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2021-10-05
1
-1
/
+0
|
\
|
*
Remove assert from `mem.ptr_to_bytes`. Fixes #1206
Jeroen van Rijn
2021-10-05
1
-1
/
+0
*
|
Add virtual.Static_Arena
gingerBill
2021-10-05
1
-0
/
+134
*
|
Clean up `Memory_Block` logic
gingerBill
2021-10-05
4
-90
/
+135
|
/
*
Rename to growing_arena.odin
gingerBill
2021-10-04
1
-0
/
+4
*
Add `Protect_Flags` for `virtual.protect`
gingerBill
2021-10-04
3
-9
/
+38
*
Add virtual_linux.odin
gingerBill
2021-10-04
1
-0
/
+101
*
Separate out the virtual memory allocation procedures
gingerBill
2021-10-04
3
-47
/
+95
*
Minor clean up
gingerBill
2021-10-03
1
-5
/
+2
*
Remove mutex from `Growing_Arena`; Add `Growing_Arena_Temp`
gingerBill
2021-10-03
1
-24
/
+73
*
Add `@(init)` usage to `core:mem/virtual`
gingerBill
2021-10-03
1
-4
/
+1
*
Rename `virtual.Arena` to `virtual.Growing_Arena`
gingerBill
2021-09-29
1
-11
/
+12
[next]