Ignore:
Timestamp:
Aug 31, 2010, 2:34:43 PM (15 years ago)
Author:
Darin Adler
Message:
  • wtf/FastMalloc.cpp:

(WTF::TCMalloc_PageHeap::scavenge): Replaced somewhat-quirky code that
mixed types with code that uses size_t.

Reviewed by Anders Carlsson.

  • wtf/TCPageMap.h: Removed names of unused arguments to avoid warning.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/wtf/TCPageMap.h

    r41443 r66538  
    7373  // Ensure that the map contains initialized entries "x .. x+n-1".
    7474  // Returns true if successful, false if we could not allocate memory.
    75   bool Ensure(Number x, size_t n) {
     75  bool Ensure(Number, size_t) {
    7676    // Nothing to do since flat array was allocate at start
    7777    return true;
Note: See TracChangeset for help on using the changeset viewer.