Changeset 20230 in webkit for trunk/JavaScriptCore/wtf
- Timestamp:
- Mar 15, 2007, 10:25:01 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/TCSystemAlloc.cpp
r20229 r20230 76 76 static bool use_sbrk = false; 77 77 static bool use_mmap = true; 78 #if HAVE(VIRTUALALLOC) 78 79 static bool use_VirtualAlloc = true; 80 #endif 79 81 80 82 // Flags to keep us from retrying allocators that failed.
Note:
See TracChangeset
for help on using the changeset viewer.