aboutsummaryrefslogtreecommitdiff
path: root/base/runtime/heap_allocator.odin
Commit message (Collapse)AuthorAgeFilesLines
* Add `runtime.conditional_mem_zero` to improve `heap_allocator` performance ↵gingerBill2025-09-271-4/+6
| | | | on non-Windows systems
* Add require_results attr to procs returning an allocatorDamian Tarnawski2025-09-021-0/+1
|
* Fix vet errorsflysand72024-09-191-1/+0
|
* Fix resize OOB when copying old data that's bigger than new dataflysand72024-09-191-9/+12
|
* Bodge: Improve `aligned_resize` logicgingerBill2024-08-061-8/+15
|
* Make `runtime.heap_alloc` `contextless`gingerBill2024-06-251-3/+3
|
* Fix typo of `_heap_resize`gingerBill2024-01-281-5/+5
|
* Alias heap calls from `base:runtime` is `core:os`gingerBill2024-01-281-0/+13
|
* Remove `core:os` dependency for `base:runtime`gingerBill2024-01-281-0/+97