Home
last modified time | relevance | path

Searched refs:fastMallocSize (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebKit/mac/Plugins/Hosted/
DNetscapePluginHostProxy.h46 mach_port_t port() const { ASSERT(fastMallocSize(this)); return m_pluginHostPort; } in port()
47 mach_port_t clientPort() const { ASSERT(fastMallocSize(this)); return m_clientPort; } in clientPort()
DNetscapePluginInstanceProxy.h71 uint32_t renderContextID() const { ASSERT(fastMallocSize(this)); return m_renderContextID; } in renderContextID()
77 …WebHostedNetscapePluginView *pluginView() const { ASSERT(fastMallocSize(this)); return m_pluginVie… in pluginView()
78 …NetscapePluginHostProxy* hostProxy() const { ASSERT(fastMallocSize(this)); return m_pluginHostProx… in hostProxy()
/external/webkit/Source/JavaScriptCore/wtf/
DValueCheck.h45 ASSERT(fastMallocSize(p));
DFastMalloc.h37 size_t fastMallocSize(const void*);
186 using WTF::fastMallocSize;
DFastMalloc.cpp383 size_t fastMallocSize(const void* p) in fastMallocSize() function
4279 size_t fastMallocSize(const void* ptr) in CreateCacheIfNecessary() function
/external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/
DJavaScriptCore.def165 ?fastMallocSize@WTF@@YAIPBX@Z
/external/webkit/Source/JavaScriptCore/
DChangeLog-2010-05-245413 * wtf/FastMalloc.h: Added a using directive for fastMallocSize, like we do for all public
6248 - renamed fastCheckConsistency to fastMallocSize, and changed ValueCheck
6249 to ASSERT that a pointer's fastMallocSize is not 0.
6250 - implemented a version of fastMallocSize for tcmalloc.
6257 (WTF::fastMallocSize): Renamed. Fixed indentation.
6263 (WTF::TCMallocStats::fastMallocSize): Implemented for tcmalloc.
DChangeLog2305 (WTF::fastMallocSize):
2318 (WTF::TCMallocStats::fastMallocSize):
DChangeLog-2011-02-1614481 _msize in fastMallocSize. Add !PLATFORM(BREWMP) guard.
14484 (WTF::fastMallocSize):