summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/mem_darwin.c
Commit message (Expand)AuthorAgeFilesLines
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-82/+0
* runtime: use new #include "textflag.h"Russ Cox2014-09-041-1/+1
* runtime: mark sysAlloc nosplitRuss Cox2014-09-041-0/+2
* runtime: rename SysAlloc to sysAlloc for GoRuss Cox2014-08-301-1/+1
* runtime: accurately record whether heap memory is reservedIan Lance Taylor2014-03-251-2/+5
* runtime: improve efenceDmitriy Vyukov2014-03-131-1/+1
* runtime: grow stack by copyingKeith Randall2014-02-261-0/+6
* runtime: account for all sys memory in MemStatsDmitriy Vyukov2013-09-061-6/+6
* runtime: implement SysUnused on windowsDmitriy Vyukov2013-08-141-0/+7
* runtime: correct return value checks for mmap on darwin/freebsdJoel Sing2013-03-231-2/+7
* runtime: remove PROT_EXEC from mmap calls.Shenghou Ma2013-02-241-2/+2
* runtime: madvise and SysUnused for DarwinDave Cheney2012-01-191-3/+2
* runtime: make more build-friendlyRuss Cox2011-12-161-0/+60