Home | History | Annotate | Download | only in stdlib

Lines Matching defs:WIN32

145        etc is surrounded with either a pthread mutex or a win32
146 spinlock (depending on WIN32). This is not especially fast, and
158 MORECORE and MMAP are enabled. On Win32, it uses emulations
244 WIN32 default: defined if _WIN32 defined
245 Defining WIN32 sets up defaults for MS environment and compilers.
264 pthread or WIN32 mutex lock/unlock. (If set true, this can be
320 MALLOC_FAILURE_ACTION default: sets errno to ENOMEM, or no-op on win32
324 HAVE_MORECORE default: 1 (true) unless win32 or ONLY_MSPACES
384 if WIN32, where page size is determined using getSystemInfo during
409 LACKS_STDLIB_H default: NOT defined unless on WIN32
414 system_info.dwAllocationGranularity in WIN32,
424 to either page size or win32 region size. (Note: In previous
477 #ifndef WIN32
479 #define WIN32 1
481 #endif /* WIN32 */
482 #ifdef WIN32
497 #endif /* WIN32 */
1239 #ifndef WIN32
1253 # ifdef WIN32 /* use supplied emulation of getpagesize */
1337 #ifndef WIN32
1360 #else /* WIN32 */
1362 /* Win32 MMAP via VirtualAlloc */
1396 #endif /* WIN32 */
1436 #ifndef WIN32
1450 #else /* WIN32 */
1481 #endif /* WIN32 */
2505 #ifndef WIN32
2509 #else /* WIN32 */
2516 #endif /* WIN32 */
4989 * new WIN32 sbrk, mmap, munmap, lock code from <Walter@GeNeSys-e.de>.
5010 * Added Several WIN32 cleanups from Martin C. Fong <mcfong at yahoo.com>
5012 (e.g. WIN32 platforms)
5013 * Cleanup header file inclusion for WIN32 platforms
5017 * Set 'malloc_getpagesize' for WIN32 platforms (needs more work)
5018 * Use 'assert' rather than 'ASSERT' in WIN32 code to conform to
5019 usage of 'assert' in non-WIN32 code
5020 * Improve WIN32 'sbrk()' emulation's 'findRegion()' routine to
5030 * Added anonymously donated WIN32 sbrk emulation