Searched refs:fastMallocSize (Results 1 – 9 of 9) sorted by relevance
46 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()
71 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()
45 ASSERT(fastMallocSize(p));
37 size_t fastMallocSize(const void*);186 using WTF::fastMallocSize;
383 size_t fastMallocSize(const void* p) in fastMallocSize() function4279 size_t fastMallocSize(const void* ptr) in CreateCacheIfNecessary() function
165 ?fastMallocSize@WTF@@YAIPBX@Z
5413 * wtf/FastMalloc.h: Added a using directive for fastMallocSize, like we do for all public6248 - renamed fastCheckConsistency to fastMallocSize, and changed ValueCheck6249 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.
2305 (WTF::fastMallocSize):2318 (WTF::TCMallocStats::fastMallocSize):
14481 _msize in fastMallocSize. Add !PLATFORM(BREWMP) guard.14484 (WTF::fastMallocSize):