aboutsummaryrefslogtreecommitdiff
path: root/core/mem/alloc.odin
Commit message (Expand)AuthorAgeFilesLines
* Improve proc group scoring algorithmgingerBill2018-08-211-9/+10
* Implement suggestions from #247gingerBill2018-08-201-1/+5
* Fix default make parameters for dynamic arraysgingerBill2018-08-091-4/+8
* `auto_cast` prefix for procedure parametersgingerBill2018-08-091-4/+4
* Fix `make` error messagesgingerBill2018-08-081-1/+1
* Add runtime messages for `make` for the len/cap parametersgingerBill2018-08-081-5/+10
* `make` as a user-level procedure rather than a built-in proceduregingerBill2018-08-081-0/+28
* Add `*with_allocator` procedures to `mem`gingerBill2018-08-051-10/+25
* Rename `free` to `delete` for non pointer typesgingerBill2018-07-081-21/+33
* Make source code compile with 32 bit (but not build 32 bit code)gingerBill2018-06-151-1/+1
* Allow `.allocator` for dynamic arrays; Add `mem.Pool`gingerBill2018-06-121-1/+159
* Fix alloc.odin using old `raw` fileJoshua Mark Manton2018-06-031-1/+1
* Remove special shared scope for runtime stuffgingerBill2018-06-031-37/+22
* Comment based build tags for packages (basic and temporary)gingerBill2018-05-281-0/+10
* Clean up name mangling by using unique package names per projectgingerBill2018-05-271-1/+1
* Reorganize `runtime` packagegingerBill2018-05-271-0/+115