Linux ELF pushes the text and data segments up into high addresses,
leaving most of the low addresses empty. To get access to them, we
must use mmap.
/* -*-C-*-
-$Id: config.h,v 9.96 1996/12/16 04:37:14 cph Exp $
+$Id: config.h,v 9.97 1996/12/16 04:53:17 cph Exp $
Copyright (c) 1987-96 Massachusetts Institute of Technology
#ifdef __linux
extern void * linux_heap_malloc (unsigned long);
#define HEAP_MALLOC linux_heap_malloc
+#define HEAP_FREE(address)
#endif
#if defined(WINNT) && !defined(WINNT_RAW_ADDRESSES)