Home | History | Annotate | Download | only in src

Lines Matching full:emulation

118        This malloc can use unix sbrk or any emulation (invoked using
119 the CALL_MORECORE macro) and/or mmap/munmap or any emulation
289 True if this system supports sbrk or an emulation of it.
319 True if this system supports mmap or an emulation of it. If so, and
1207 # ifdef WIN32 /* use supplied emulation of getpagesize */
4946 removing need for emulation on most platforms without sbrk.
5010 * Improve WIN32 'sbrk()' emulation's 'findRegion()' routine to
5020 * Added anonymously donated WIN32 sbrk emulation