diff options
| author | Rafal Jaworowski <raj@FreeBSD.org> | 2008-09-04 10:05:44 +0000 |
|---|---|---|
| committer | Rafal Jaworowski <raj@FreeBSD.org> | 2008-09-04 10:05:44 +0000 |
| commit | 65ba5555c673335ca34590a3d038afa5b4d1e16b (patch) | |
| tree | f6ee42d4bcc00ae9d63a5d70f22c3eb3550a8108 /lib/libstand/zalloc_malloc.c | |
| parent | 1b42ff4cd671f227da388278b2d91267874fec23 (diff) | |
Notes
Diffstat (limited to 'lib/libstand/zalloc_malloc.c')
| -rw-r--r-- | lib/libstand/zalloc_malloc.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/libstand/zalloc_malloc.c b/lib/libstand/zalloc_malloc.c index 3161fc37dcba..cdacf1321646 100644 --- a/lib/libstand/zalloc_malloc.c +++ b/lib/libstand/zalloc_malloc.c @@ -50,15 +50,6 @@ void mallocstats(void); #undef free #endif -#ifdef __alpha__ -void -free_region(void *start, void *end) -{ - zextendPool(&MallocPool, start, (caddr_t)end - (caddr_t)start); - zfree(&MallocPool, start, (caddr_t)end - (caddr_t)start); -} -#endif - void * Malloc(size_t bytes, const char *file, int line) { |
