Lines Matching refs:WIN32
137 Linux. It is also reported to work on WIN32 platforms.
190 WIN32 (default: undefined)
192 LACKS_UNISTD_H (default: undefined if not WIN32)
194 LACKS_SYS_PARAM_H (default: undefined if not WIN32)
238 #if (__STD_C || defined(WIN32))
319 WIN32 causes an emulation of sbrk to be compiled in
320 mmap-based options are not currently supported in WIN32.
323 /* #define WIN32 */
324 #ifdef WIN32
373 #ifdef WIN32
527 # ifdef WIN32
938 Emulation of sbrk for WIN32
939 All code within the ifdef WIN32 is untested by me.
945 #ifdef WIN32
3166 * Added Several WIN32 cleanups from Martin C. Fong <mcfong@yahoo.com>
3168 (e.g. WIN32 platforms)
3169 * Cleanup up header file inclusion for WIN32 platforms
3173 * Set 'malloc_getpagesize' for WIN32 platforms (needs more work)
3174 * Use 'assert' rather than 'ASSERT' in WIN32 code to conform to
3175 usage of 'assert' in non-WIN32 code
3176 * Improve WIN32 'sbrk()' emulation's 'findRegion()' routine to
3186 * Added anonymously donated WIN32 sbrk emulation