]> Cypherpunks repositories - gostls13.git/commit
split heapmap, which is specific to 64-bit pointer addresses,
authorRuss Cox <rsc@golang.org>
Tue, 24 Mar 2009 22:11:56 +0000 (15:11 -0700)
committerRuss Cox <rsc@golang.org>
Tue, 24 Mar 2009 22:11:56 +0000 (15:11 -0700)
commit80f4ab47ee781a32368dcccd063c6482a97b159c
treeea744630e6b8c6319b4fcef0398762619bfbfb6d
parent209865be7cbb95e745c1599507d5bde16c9f0b92
split heapmap, which is specific to 64-bit pointer addresses,
out of malloc proper.

TBR=r
OCL=26689
CL=26689
src/runtime/malloc.h
src/runtime/mheap.c
src/runtime/mheapmap64.c [new file with mode: 0644]
src/runtime/mheapmap64.h [new file with mode: 0644]