if (! initialized)
{
-# ifdef GNU_LINUX
- my_heap_start ();
-# endif
malloc_using_checking = getenv ("MALLOC_CHECK_") != NULL;
}
else
#endif
-#if defined DOUG_LEA_MALLOC
-# ifdef GNU_LINUX
-
-/* The address where the heap starts. */
-void *
-my_heap_start (void)
-{
- static void *start;
- if (! start)
- start = sbrk (0);
- return start;
-}
-# endif
-
-#endif
-
/* Mark, unmark, query mark bit of a Lisp string. S must be a pointer
to a struct Lisp_String. */
/* Defined in alloc.c. */
extern intptr_t garbage_collection_inhibited;
-extern void *my_heap_start (void);
unsigned char *resize_string_data (Lisp_Object, ptrdiff_t, int, int);
extern void malloc_warning (const char *);
extern AVOID memory_full (size_t);