Changeset 58355 in webkit for trunk/JavaScriptCore/wtf


Ignore:
Timestamp:
Apr 27, 2010, 4:56:17 PM (15 years ago)
Author:
Stephanie Lewis
Message:

Fix Tiger build.

  • wtf/FastMalloc.cpp:

(WTF::TCMalloc_PageHeap::Carve):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/wtf/FastMalloc.cpp

    r58346 r58355  
    16911691    TCMalloc_SystemCommit(reinterpret_cast<void*>(span->start << kPageShift), static_cast<size_t>(span->length << kPageShift));
    16921692    span->decommitted = false;
     1693#if USE_BACKGROUND_THREAD_TO_SCAVENGE_MEMORY
    16931694    free_committed_pages_ += span->length;
     1695#endif
    16941696  }
    16951697 
Note: See TracChangeset for help on using the changeset viewer.