Searched defs:VirtualFree (Results 1 - 1 of 1) sorted by relevance
/external/webkit/Source/JavaScriptCore/wtf/wince/ | ||
H A D | MemoryManager.cpp | 30 #undef VirtualFree macro 94 VirtualFree(p, 65536, MEM_RELEASE); 109 return ::VirtualFree(lpAddress, dwSize, dwFreeType); |
Completed in 101 milliseconds