aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/malloc_test.go
AgeCommit message (Expand)Author
2014-09-08build: move package sources from src/pkg to srcRuss Cox
2014-08-25runtime: Loosen conditions in TestMemstat in an attempt to fix the nacl/arm b...Sanjay Menakuru
2014-08-19runtime: fix memstatsDmitriy Vyukov
2014-07-29runtime: simpler and faster GCDmitriy Vyukov
2014-07-16src, misc: applied gofmt -s -wRobert Griesemer
2013-10-02runtime: do not scan stack by frames during garbage collectionRuss Cox
2013-09-06runtime: account for all sys memory in MemStatsDmitriy Vyukov
2013-05-15runtime: add simple malloc benchmarksDmitriy Vyukov