Searched defs:VirtualFree (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/wince/
H A DMemoryManager.cpp30 #undef VirtualFree macro
94 VirtualFree(p, 65536, MEM_RELEASE);
109 return ::VirtualFree(lpAddress, dwSize, dwFreeType);

Completed in 101 milliseconds