aboutsummaryrefslogtreecommitdiff
path: root/src/common_memory.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Correct did you mean logic and make thread-safe-ergingerBill2021-08-271-10/+9
|
* Use local mutex for each `AstFile.arena`gingerBill2021-08-261-4/+16
|
* Fix typogingerBill2021-08-261-1/+1
|
* Correct `platform_virtual_memory_init` on UnixgingerBill2021-08-261-12/+21
|
* Implement virtual memory code for *nix and make genericgingerBill2021-08-261-41/+59
|
* Minor fixesgingerBill2021-08-261-7/+1
|
* Change the implementation of `Arena` to use virtual memory, and remove the ↵gingerBill2021-08-261-0/+402
old gbArena code