Changeset 37772 in webkit for trunk/JavaScriptCore/wtf/TCSystemAlloc.cpp
- Timestamp:
- Oct 21, 2008, 11:49:28 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/TCSystemAlloc.cpp
r34756 r37772 225 225 void* result = VirtualAlloc(NULL, size + extra, 226 226 MEM_RESERVE | MEM_COMMIT | MEM_TOP_DOWN, 227 PAGE_ READWRITE);227 PAGE_EXECUTE_READWRITE); 228 228 229 229 if (result == NULL) {
Note:
See TracChangeset
for help on using the changeset viewer.