Searched refs:m_shouldVMDeallocateData (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebKit2-7600.1.25/Platform/
H A DSharedMemory.h105 bool m_shouldVMDeallocateData; member in class:WebKit::SharedMemory
/macosx-10.10/WebKit2-7600.1.25/Platform/mac/
H A DSharedMemoryMac.cpp118 sharedMemory->m_shouldVMDeallocateData = true;
146 sharedMemory->m_shouldVMDeallocateData = false;
182 sharedMemory->m_shouldVMDeallocateData = true;
190 if (m_data && m_shouldVMDeallocateData) {

Completed in 68 milliseconds