You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#define MMAP /* if defined use mmap() instead of sbrk/brk */
#ifdef MMAP
void * end_heap(void);
#endif
#ifndef _UNISTD_H_ /* USE WITH CAUTION brk() and sbrk() have been removed from the POSIX standard, most systems implement them but the parameter types may vary */