Ignore:
Timestamp:
Jul 7, 2008, 8:30:43 PM (17 years ago)
Author:
[email protected]
Message:

releaseFastMallocFreeMemory() should always be defined

Reviewed by Darin.

  • JavaScriptCore.exp: Changed to export C++ binding for WTF::releaseFastMallocFreeMemory() instead of C binding for releaseFastMallocFreeMemory().
  • wtf/FastMalloc.cpp: Moved definitions of releaseFastMallocFreeMemory() to be in the WTF namespace regardless whether FORCE_SYSTEM_MALLOC is defined.
  • wtf/FastMalloc.h: Moved releaseFastMallocFreeMemory() from extern "C" binding to WTF::releaseFastMallocFreeMemory().
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCore.exp

    r35027 r35055  
    245245__ZN3WTF19initializeThreadingEv
    246246__ZN3WTF23waitForThreadCompletionEjPPv
     247__ZN3WTF27releaseFastMallocFreeMemoryEv
    247248__ZN3WTF28setMainThreadCallbacksPausedEb
    248249__ZN3WTF5Mutex4lockEv
     
    316317_jscore_fastmalloc_introspection
    317318_kJSClassDefinitionEmpty
    318 _releaseFastMallocFreeMemory
Note: See TracChangeset for help on using the changeset viewer.