HomeSort by relevance Sort by last modified time
    Searched refs:memoryManager (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/JavaScriptCore/wtf/wince/
MemoryManager.h 31 class MemoryManager {
33 MemoryManager();
34 ~MemoryManager();
53 friend MemoryManager* memoryManager();
58 MemoryManager* memoryManager();
62 MemoryAllocationCanFail() : m_old(memoryManager()->allocationCanFail()) { memoryManager()->setAllocationCanFail(true); }
63 ~MemoryAllocationCanFail() { memoryManager()->setAllocationCanFail(m_old);
    [all...]
MemoryManager.cpp 21 #include "MemoryManager.h"
37 MemoryManager* memoryManager()
39 static MemoryManager mm;
43 MemoryManager::MemoryManager()
48 MemoryManager::~MemoryManager()
52 HBITMAP MemoryManager::createCompatibleBitmap(HDC hdc, int width, int height)
57 HBITMAP MemoryManager::createDIBSection(const BITMAPINFO* pbmi, void** ppvBits
    [all...]

Completed in 21 milliseconds