summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/mem_linux.c
Commit message (Expand)AuthorAgeFilesLines
* runtime: mark sysAlloc nosplitRuss Cox2014-09-041-0/+2
* runtime: rename SysAlloc to sysAlloc for GoRuss Cox2014-08-301-1/+1
* runtime: use mincore correctly in addrspace_freeRuss Cox2014-04-031-3/+10
* runtime: accurately record whether heap memory is reservedIan Lance Taylor2014-03-251-4/+6
* runtime: improve efenceDmitriy Vyukov2014-03-131-1/+1
* runtime: grow stack by copyingKeith Randall2014-02-261-0/+6
* all: merge NaCl branch (part 1)Dave Cheney2014-02-251-0/+1
* runtime: account for all sys memory in MemStatsDmitriy Vyukov2013-09-061-6/+6
* runtime: implement SysUnused on windowsDmitriy Vyukov2013-08-141-0/+7
* runtime: fix one-time memory leak on linuxDmitriy Vyukov2013-06-101-3/+6
* runtime: integrated network poller for linuxDmitriy Vyukov2013-03-141-2/+0
* runtime: remove PROT_EXEC from mmap calls.Shenghou Ma2013-02-241-3/+3
* runtime: handle locked mmap failure on LinuxS?bastien Paolacci2012-12-291-0/+5
* runtime: fix grsec supportGustavo Niemeyer2012-02-141-16/+19
* runtime: drop to 32 bit malloc if 64 bit will not workPaul Borman2012-02-081-3/+12
* runtime: make more build-friendlyRuss Cox2011-12-161-0/+119