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

  /external/webkit/Source/JavaScriptCore/wtf/wince/
MemoryManager.cpp 30 #undef VirtualFree
94 VirtualFree(p, 65536, MEM_RELEASE);
107 BOOL MemoryManager::virtualFree(LPVOID lpAddress, DWORD dwSize, DWORD dwFreeType)
109 return ::VirtualFree(lpAddress, dwSize, dwFreeType);
  /dalvik/vm/alloc/
Copying.cpp 271 static void virtualFree(void *addr, size_t length)
522 virtualFree((*gcHeap)->heapSource->blockBase,
    [all...]

Completed in 281 milliseconds