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
/
src
/
common_memory.cpp
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Make `permanent_allocator()` thread local
gingerBill
2021-09-13
1
-15
/
+9
|
*
Fix typo
gingerBill
2021-09-08
1
-1
/
+1
|
*
Add a minimum alignment on *nix for the compiler in heap_allocator_proc
gingerBill
2021-09-08
1
-4
/
+14
|
*
Add some minor sanity checks to the compiler's `heap_allocator_proc` on Darwin
gingerBill
2021-09-08
1
-8
/
+15
|
*
Correct fix to `heap_allocator_proc` in compiler
gingerBill
2021-09-06
1
-11
/
+7
|
*
Minor fix to `heap_allocator_proc` in common_memory.cpp
gingerBill
2021-09-06
1
-4
/
+14
|
*
Correct did you mean logic and make thread-safe-er
gingerBill
2021-08-27
1
-10
/
+9
|
*
Use local mutex for each `AstFile.arena`
gingerBill
2021-08-26
1
-4
/
+16
|
*
Fix typo
gingerBill
2021-08-26
1
-1
/
+1
|
*
Correct `platform_virtual_memory_init` on Unix
gingerBill
2021-08-26
1
-12
/
+21
|
*
Implement virtual memory code for *nix and make generic
gingerBill
2021-08-26
1
-41
/
+59
|
*
Minor fixes
gingerBill
2021-08-26
1
-7
/
+1
|
*
Change the implementation of `Arena` to use virtual memory, and remove the ↵
gingerBill
2021-08-26
1
-0
/
+402
old gbArena code