summary refs log tree commit diff stats
path: root/lib/system/osalloc.nim
Commit message (Expand)AuthorAgeFilesLines
* 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