summaryrefslogtreecommitdiff
path: root/test/mallocrep1.go
Commit message (Collapse)AuthorAgeFilesLines
* finalizers; merge package malloc into package runtimeRuss Cox2010-02-031-46/+46
| | | | | | R=r, cw CC=golang-dev http://codereview.appspot.com/198085
* time tests; sort -nr times.out | sed 10q is illuminating.Russ Cox2009-10-091-2/+6
| | | | | | | | | | cut the slowest tests down from a few seconds to under half a second. R=r DELTA=21 (6 added, 1 deleted, 14 changed) OCL=35509 CL=35519
* last round: non-package codeRuss Cox2009-09-151-1/+1
| | | | | | | R=r DELTA=127 (38 added, 3 deleted, 86 changed) OCL=34640 CL=34650
* fix 386 malloc tests,Russ Cox2009-06-051-7/+7
| | | | | | | | | detect 386 darwin breakpoint line. R=r DELTA=22 (4 added, 0 deleted, 18 changed) OCL=29929 CL=29944
* delete exportRuss Cox2009-01-201-2/+2
| | | | | | TBR=r OCL=23121 CL=23127
* convert tests; nothing interesting.Russ Cox2009-01-161-11/+11
| | | | | | R=r OCL=23012 CL=23014
* Change malloc.Lookup to return the size as uintptr rather thanIan Lance Taylor2009-01-161-5/+5
| | | | | | | | | | uint64. This changes the Go code to be consistent with the C code. R=rsc DELTA=6 (0 added, 0 deleted, 6 changed) OCL=22983 CL=22987
* convert strconvRuss Cox2009-01-151-1/+1
| | | | | | | R=r DELTA=568 (0 added, 9 deleted, 559 changed) OCL=22898 CL=22901
* printf->Printf etc.Rob Pike2009-01-151-3/+3
| | | | | | | | | the raw fmt routines will be another, smaller but subtler pass. R=rsc DELTA=157 (0 added, 0 deleted, 157 changed) OCL=22851 CL=22851
* simplify flag interface. no more BVal etc. you just get a pointer.Rob Pike2009-01-091-11/+8
| | | | | | | | | fixed everything except the tutorial. R=rsc DELTA=404 (94 added, 139 deleted, 171 changed) OCL=22414 CL=22422
* new new & makeRuss Cox2009-01-061-1/+1
| | | | | | R=r OCL=22166 CL=22166
* [] and struct in interfaces.Russ Cox2008-12-191-1/+1
| | | | | | | | | | | other [] cleanup. convert() is gone. R=r DELTA=352 (144 added, 68 deleted, 140 changed) OCL=21660 CL=21662
* malloc bug fixes.Russ Cox2008-12-191-0/+130
use malloc by default. free stacks. R=r DELTA=424 (333 added, 29 deleted, 62 changed) OCL=21553 CL=21584