Home
last modified time | relevance | path

Searched refs:virtualAlloc (Results 1 – 2 of 2) sorted by relevance

/external/webkit/JavaScriptCore/wtf/wince/
DMemoryManager.h49 …static LPVOID virtualAlloc(LPVOID lpAddress, DWORD dwSize, DWORD flAllocationType, DWORD flProtect…
DMemoryManager.cpp102 LPVOID MemoryManager::virtualAlloc(LPVOID lpAddress, DWORD dwSize, DWORD flAllocationType, DWORD fl… in virtualAlloc() function in WTF::MemoryManager