]> Cypherpunks repositories - gostls13.git/commit
First pieces of malloc.
authorRuss Cox <rsc@golang.org>
Mon, 17 Nov 2008 20:32:35 +0000 (12:32 -0800)
committerRuss Cox <rsc@golang.org>
Mon, 17 Nov 2008 20:32:35 +0000 (12:32 -0800)
commit75647d202475edd41e811e936760e834cafc8594
tree444b6c20f93e7e914bf2d9b70bd610cbe469e6a1
parentb1e8b5f5b715c9a4727bbfb1d32c852c7c8e9122
First pieces of malloc.

R=r
DELTA=756  (754 added, 0 deleted, 2 changed)
OCL=19266
CL=19378
src/runtime/runtime.c
src/runtime/runtime.h
usr/rsc/mem/Makefile [new file with mode: 0644]
usr/rsc/mem/allocator.go [new file with mode: 0644]
usr/rsc/mem/malloc.c [new file with mode: 0644]
usr/rsc/mem/malloc.h [new file with mode: 0644]
usr/rsc/mem/pagemap.c [new file with mode: 0644]
usr/rsc/mem/testrandom.go [new file with mode: 0644]
usr/rsc/mem/testrepeat.go [new file with mode: 0644]
usr/rsc/mem/testsizetoclass.go [new file with mode: 0644]
usr/rsc/mem/triv.c [new file with mode: 0644]