aboutsummaryrefslogtreecommitdiff
path: root/core/runtime/default_allocators_nil.odin
Commit message (Collapse)AuthorAgeFilesLines
* Move `core:runtime` to `base:runtime`; keep alias aroundgingerBill2024-01-281-88/+0
|
* add non-zeroing append and resizeColin Davidson2023-12-041-1/+5
|
* runtime: panic_allocator should use panic_allocator_procflga2023-12-011-4/+2
|
* Default to `panic` allocator for wasm targetsgingerBill2023-06-261-1/+49
|
* Add `Allocator_Mode.Alloc_Non_Zerored`gingerBill2022-09-221-1/+1
|
* Convert `ODIN_OS` and `ODIN_ARCH` to use enums rather than use stringsgingerBill2022-01-201-1/+1
|
* Correctly support `-default-to-nil-allocator` for all platformsgingerBill2021-11-041-6/+27
|
* Strip semicolonsgingerBill2021-10-231-2/+2
|
* Replace `js_wasm32` with `freestanding_wasm32`gingerBill2021-06-081-1/+1
|
* Fix `-target:js_wasm32` for `core:runtime`gingerBill2021-06-081-0/+17