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 (
Collapse
)
Author
Age
Files
Lines
*
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
|
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2024-01-17
3
-19
/
+48
|
\
|
*
oops, indentation
Colin Davidson
2024-01-17
1
-14
/
+14
|
|
|
*
add resize_non_zeroed to query features
Colin Davidson
2024-01-17
2
-5
/
+28
|
|
|
*
bring log allocator up to date
Colin Davidson
2024-01-17
5
-12
/
+12
|
|
\
|
*
|
add resize non zeroed in more places
Colin Davidson
2023-12-04
1
-1
/
+1
|
|
|
|
*
|
add non-zeroing append and resize
Colin Davidson
2023-12-04
2
-14
/
+20
|
|
|
*
|
|
Add `virtual.map_file`
gingerBill
2024-01-17
5
-1
/
+139
|
|
/
|
/
|
*
|
stdcall -> system
gingerBill
2024-01-17
1
-1
/
+1
|
|
*
|
fix
xb-bx
2024-01-08
2
-2
/
+2
|
|
*
|
fix not passing arg everywhere
Laytan
2023-12-18
1
-1
/
+1
|
|
*
|
fix big alignment
Laytan
2023-12-18
2
-5
/
+5
|
|
*
|
fix same problem in virtual arena
Laytan Laats
2023-12-18
1
-4
/
+4
|
|
*
|
virtual arena: Actually use DEFAULT_ARENA_STATIC_RESERVE_SIZE as default ↵
Karl Zylinski
2023-12-04
1
-1
/
+1
|
/
|
|
|
value on arena_init_static
*
[core]: Remove `do` keyword from the core library
flysand7
2023-11-11
1
-1
/
+3
|
*
Implement new sys/unix package
flysand7
2023-10-27
1
-74
/
+23
|
*
use memory formatting in tracking allocator doc
Laytan Laats
2023-09-01
1
-1
/
+1
|
*
Add formatting of bytes into the best unit of measurement
Laytan Laats
2023-09-01
1
-0
/
+2
|
*
Merge pull request #2721 from Kartoffelsaft/dynamic-pool-alloc
gingerBill
2023-08-16
1
-0
/
+1
|
\
|
|
|
|
Return .Invalid_Argument in pool allocator to avoid potential segfaults
|
*
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
|
|
*
|
Scale by 3/2 rather than 5/4
gingerBill
2023-08-15
1
-1
/
+1
|
|
*
|
Improve heuristic for committing memory with `virtual.alloc_from_memory_block`
gingerBill
2023-08-15
1
-5
/
+12
|
|
*
|
Align committed to a page size
gingerBill
2023-08-15
1
-0
/
+5
|
|
*
|
`alloc_from_memory_block` to commit amounts equal to multiples of the ↵
gingerBill
2023-08-15
1
-5
/
+8
|
/
|
|
|
`DEFAULT_PAGE_SIZE`
*
Fix docs typo
gingerBill
2023-08-07
1
-1
/
+1
|
*
Clean up usage of `using` throughout core and vendor
gingerBill
2023-07-31
1
-52
/
+52
|
*
Fix small doc mistakes in arena.odin
Eric Johnson
2023-07-11
1
-4
/
+4
|
*
Default to `panic` allocator for wasm targets
gingerBill
2023-06-26
1
-6
/
+6
|
*
Use positional and named arguments within the core library
gingerBill
2023-06-21
1
-1
/
+1
|
*
Add bsd to mem/virtual
gingerBill
2023-06-07
1
-0
/
+24
|
*
Merge branch 'master' into separate-int-word-sizes
gingerBill
2023-06-06
4
-37
/
+82
|
\
|
*
Update core/mem/doc.odin
Axel Pahl
2023-06-06
1
-1
/
+2
|
|
|
*
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
3
-36
/
+73
|
|
*
|
Begin work on new pseudo-architecture: wasm64p32
gingerBill
2023-04-20
1
-1
/
+1
|
/
*
Document `virtual.Arena`
gingerBill
2023-02-28
1
-2
/
+39
|
*
Make `arena_free_all` keep the first memory block for a `.Growing` arena
gingerBill
2023-02-28
1
-6
/
+17
|
*
Pass `#caller_location` down correctly
gingerBill
2023-02-10
1
-6
/
+6
|
*
Fix `arena.free_all`
gingerBill
2023-02-03
1
-1
/
+0
|
*
Correct `arena_temp_end` usage when no allocation ever happens for that arena
gingerBill
2023-01-28
1
-17
/
+19
|
*
Add mutex to `virtual.Arena`; add `virtual.arena_temp_ignore`
gingerBill
2023-01-28
2
-1
/
+26
|
*
Replaced opaque bit-shifts with readable constants for memory units
hikari
2022-12-24
3
-8
/
+8
|
*
Remove old code
gingerBill
2022-12-08
1
-13
/
+0
|
*
Merge pull request #2181 from odin-lang/map-dev
gingerBill
2022-11-17
2
-26
/
+36
|
\
|
|
|
|
New `map` internals
[next]