Changeset 55483 in webkit for trunk/JavaScriptCore/wtf/TCSystemAlloc.cpp
- Timestamp:
- Mar 3, 2010, 4:22:16 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/TCSystemAlloc.cpp
r52791 r55483 39 39 #include "TCSpinLock.h" 40 40 #include "UnusedParam.h" 41 #include "VMTags.h" 41 42 42 43 #if HAVE(STDINT_H) … … 179 180 PROT_READ | PROT_WRITE, 180 181 MAP_PRIVATE|MAP_ANONYMOUS, 181 -1, 0);182 VM_TAG_FOR_TCMALLOC_MEMORY, 0); 182 183 if (result == reinterpret_cast<void*>(MAP_FAILED)) { 183 184 mmap_failure = true;
Note:
See TracChangeset
for help on using the changeset viewer.