Changeset 20230 in webkit for trunk/JavaScriptCore/wtf


Ignore:
Timestamp:
Mar 15, 2007, 10:25:01 PM (18 years ago)
Author:
mjs
Message:

Not reviewed.


  • build fix
  • wtf/TCSystemAlloc.cpp:
File:
1 edited

Legend:

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

    r20229 r20230  
    7676static bool use_sbrk = false;
    7777static bool use_mmap = true;
     78#if HAVE(VIRTUALALLOC)
    7879static bool use_VirtualAlloc = true;
     80#endif
    7981
    8082// Flags to keep us from retrying allocators that failed.
Note: See TracChangeset for help on using the changeset viewer.