Home | History | Annotate | Download | only in stdlib

Lines Matching full:emulation

154        This malloc can use unix sbrk or any emulation (invoked using
155 the CALL_MORECORE macro) and/or mmap/munmap or any emulation
325 True if this system supports sbrk or an emulation of it.
355 True if this system supports mmap or an emulation of it. If so, and
1253 # ifdef WIN32 /* use supplied emulation of getpagesize */
4956 removing need for emulation on most platforms without sbrk.
5020 * Improve WIN32 'sbrk()' emulation's 'findRegion()' routine to
5030 * Added anonymously donated WIN32 sbrk emulation