コミット履歴

作者 SHA1 メッセージ 日付
  gingerBill ad0f11668b Correct `map_reserve_dynamic` caused by an bizarre code generation bug 2 年 前
  gingerBill f2f2d532f5 Add extra calls to `Tracking_Allocator` 2 年 前
  gingerBill dae299b781 Make `map_free_dynamic` take the total size of the allocation 2 年 前
  gingerBill c96e0afbf1 Begin work on implementing the new `map` internals 2 年 前
  gingerBill 5cf473b31c Fix typo 2 年 前
  gingerBill 7f601c9535 Add `Allocator_Mode.Alloc_Non_Zerored` 2 年 前
  gingerBill c97a8418dc Clean-up and unification for the allocation procedures 3 年 前
  gingerBill 4aca9372a6 Improve `resize` call 3 年 前
  gingerBill 10f1d8c604 Fix typo 3 年 前
  gingerBill 3049e07f72 Add `mem.DEFAULT_PAGE_SIZE` 3 年 前
  Jeroen van Rijn eb9665f836 fix mem.new_clone 3 年 前
  Jeroen van Rijn bf15e63130 Revert "Merge pull request #1177 from Kelimion/new_clone" 3 年 前
  Jeroen van Rijn 64ce55944a fix mem.new_clone 3 年 前
  gingerBill 251da264ed Remove unneeded semicolons from the core library 4 年 前
  gingerBill 4ccf135892 Unify `new`/`make` the internal logic between runtime and mem 4 年 前
  gingerBill 7bbc9a4634 Add `#any_int` directive to replace `auto_cast` uses on parameters. 4 年 前
  gingerBill 4d00c2b800 `Allocator_Error.Mode_Not_Implemented`; Minor improvement to `map` runtime procedures 4 年 前
  Jeroen van Rijn 4f51d74fc2 Fix typo in core:mem alloc() comment. 4 年 前
  gingerBill c3b3194a00 Update builtin procedures to support the new allocator features (without breaking other code) 4 年 前
  gingerBill f98c4d6837 Improve the `Allocator` interface to support returning `Allocator_Error` to allow for safer calls 4 年 前
  gingerBill aa93305015 Replace usage of `inline proc` with `#force_inline proc` in the core library 4 年 前
  gingerBill 415379e1cf Fix `delete_map` 4 年 前
  gingerBill fc4fdd588e Remove usage of `do` in core library 4 年 前
  gingerBill e7f54d25d6 Add `mem.Allocator_Query_Info` and `mem.query_info` 5 年 前
  gingerBill 033b46def8 Add `mem.Allocator_Mode.Query_Features, `mem.Allocator_Mode_Set`, `mem.query_features` 5 年 前
  gingerBill 1f571f48e5 Add `mem.Tracking_Allocator` 5 年 前
  gingerBill dbaf8568d6 Fix `reflect.length` 5 年 前
  gingerBill 9e698b720f Change behaviour for zero-sized value types of array-related types; Fix make behaviour to always zero memory 5 年 前
  Tetralux b32ef9e47b Fix make and reserve 5 年 前
  gingerBill b8324b0776 Fix behaviour for `make` to return `nil` when alloc returns `nil` 5 年 前