aboutsummaryrefslogtreecommitdiff
path: root/base/runtime/dynamic_map_internal.odin
Commit message (Collapse)AuthorAgeFilesLines
* Make `map_total_allocation_size` public; Add ↵gingerBill2024-04-081-1/+7
| | | | `map_total_allocation_size_from_value`
* Change `return` to `panic`gingerBill2024-03-131-1/+1
|
* Fix typo due to deletiongingerBill2024-03-131-1/+1
|
* Add infinite loop check and early out in `map_insert_hash_dynamic`gingerBill2024-03-131-3/+13
|
* Add `runtime.map_insert_and_check_for_previous`gingerBill2024-02-061-0/+51
|
* Remove `core:os` dependency from `base:runtime`; change to `base:intrinsics`gingerBill2024-01-281-1/+1
|
* Move `core:runtime` to `base:runtime`; keep alias aroundgingerBill2024-01-281-0/+924