diff options
| author | Russ Cox <rsc@golang.org> | 2010-04-09 15:30:40 -0700 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2010-04-09 15:30:40 -0700 |
| commit | 6363542695045d39715c3d00a0d4863e6f85ada2 (patch) | |
| tree | 0c038cd0f1668e510d51195b96ff37adbc4b5e73 /src/pkg/runtime/runtime.h | |
| parent | 08852ffe80b30f8c46c7a9b68c56b0dee42584c4 (diff) | |
| download | go-6363542695045d39715c3d00a0d4863e6f85ada2.tar.xz | |
runtime: delete malx, skip_depth argument to malloc
remove internal functions from traces in gopprof instead.
R=r
CC=golang-dev
https://golang.org/cl/855046
Diffstat (limited to 'src/pkg/runtime/runtime.h')
| -rw-r--r-- | src/pkg/runtime/runtime.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pkg/runtime/runtime.h b/src/pkg/runtime/runtime.h index 7063a9fc6d..8a97772da7 100644 --- a/src/pkg/runtime/runtime.h +++ b/src/pkg/runtime/runtime.h @@ -383,7 +383,6 @@ void mcpy(byte*, byte*, uint32); int32 mcmp(byte*, byte*, uint32); void memmove(void*, void*, uint32); void* mal(uintptr); -void* malx(uintptr size, int32 skip_delta); uint32 cmpstring(String, String); String catstring(String, String); String gostring(byte*); |
