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

  /external/webkit/Source/JavaScriptCore/wtf/
OSAllocator.h 46 // releaseDecommitted should be called on a region of VM allocated by a single reservation,
49 static void releaseDecommitted(void*, size_t);
89 releaseDecommitted(releaseBase, releaseSize);
OSAllocatorWin.cpp 71 void OSAllocator::releaseDecommitted(void* address, size_t bytes)
PageReservation.h 122 OSAllocator::releaseDecommitted(tmp.base(), tmp.size());
OSAllocatorPosix.cpp 114 void OSAllocator::releaseDecommitted(void* address, size_t bytes)
OSAllocatorSymbian.cpp 88 void OSAllocator::releaseDecommitted(void* parkedBase, size_t bytes)
133 // - OSAllocator::releaseDecommitted() unparks all the bits in the map, but trusts that a previously

Completed in 31 milliseconds