summary refs log tree commit diff stats
path: root/lib/system/osalloc.nim
Commit message (Expand)AuthorAgeFilesLines
* add OpenBSD MAP_STACK for coroutines (#14353)John2020-05-161-4/+10
* Remove obsolete code from osalloc (#13158)Ico Doornekamp2020-01-161-10/+0
* Added 'ansic' os support for minimal (embedded) targets (#13088)Ico Doornekamp2020-01-151-0/+11
* take the one good idea from --os:standalone and enable it via -d:StandaloneHe...Andreas Rumpf2020-01-091-7/+7
* introduce csize_t instead of fixing csize (#12497)Arne Döring2019-10-311-5/+5
* Revert "Fixes #12187 (#12321)" (#12447)Andreas Rumpf2019-10-181-4/+4
* Fixes #12187 (#12321)Clyybber2019-10-081-4/+4
* Haiku support for Nim (#8542)alaviss2018-08-141-0/+3
* Rewrite the memory management code for Nintendo Switch (#8169)Joey2018-07-051-29/+103
* Nintendo switch support (#8069)Joey2018-06-271-0/+37
* Native access to Genode environmentEmery Hemingway2018-06-071-1/+1
* warn about inconsistent spacing around binary operators; fixes #7582Andreas Rumpf2018-05-051-1/+1
* Genode: constrain `osTryAllocPages` to RAM quota (#6883)Emery Hemingway2017-12-141-11/+1
* osalloc: improve error message when virtualFree failsAraq2017-12-031-1/+1
* support for the Genode OS framework (#5560)Emery Hemingway2017-03-311-0/+13
* fixes #5301Araq2017-01-301-2/+5
* add MAP_ANONYMOUS const for amd64, fix MAP_PRIVATE on mips etc (see fe36254)Jacek Sieka2016-10-121-3/+10
* Revert change to osalloc.nim from commit 8d7a45f.GaveUp2016-10-041-2/+0
* clean up a few stray c_stdout's in gc debug codeJacek Sieka2016-07-311-1/+1
* Plumb {.intdefine.} and {.strdefine.} pragmas.Jeff Ciesielski2016-07-041-1/+1
* Add the ability to pass a value with the -d flagJeff Ciesielski2016-07-041-1/+2
* Fixed emscripten compilationYuriy Glukhov2016-06-131-1/+1
* prefer consts to importing #defines from headersJacek Sieka2016-06-061-0/+2
* Fixing pragmas (so syntax highligting works).Hans Raaf2016-05-201-2/+2
* munmap for LLVMAndreas Rumpf2016-03-281-2/+2
* beginnings of --gc:stackAndreas Rumpf2016-03-281-0/+171