Home
last modified time | relevance | path

Searched refs:decommit (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Source/JavaScriptCore/interpreter/
DRegisterFile.cpp50 …m_reservation.decommit(base, reinterpret_cast<intptr_t>(m_commitEnd) - reinterpret_cast<intptr_t>(… in ~RegisterFile()
67 …m_reservation.decommit(m_start, reinterpret_cast<intptr_t>(m_commitEnd) - reinterpret_cast<intptr_… in releaseExcessCapacity()
/external/webkit/Source/JavaScriptCore/wtf/
DOSAllocatorSymbian.cpp105 void OSAllocator::decommit(void* address, size_t bytes) in decommit() function in WTF::OSAllocator
108 dataAllocatorInstance()->decommit(address, bytes); in decommit()
191 bool PageAllocatorSymbian::decommit(void* address, size_t bytes) in decommit() function in WTF::PageAllocatorSymbian
DOSAllocator.h55 static void decommit(void*, size_t);
84 decommit(decommitBase, decommitSize); in decommitAndRelease()
DPageReservation.h88 void decommit(void* start, size_t size) in decommit() function
96 OSAllocator::decommit(start, size); in decommit()
DPageAllocatorSymbian.h86 bool decommit(void*, size_t);
DOSAllocatorWin.cpp64 void OSAllocator::decommit(void* address, size_t bytes) in decommit() function in WTF::OSAllocator
DOSAllocatorPosix.cpp100 void OSAllocator::decommit(void* address, size_t bytes) in decommit() function in WTF::OSAllocator
/external/webkit/Source/JavaScriptCore/jit/
DExecutableAllocatorFixedVMPool.cpp446 m_reservation.decommit(pointer, size); in free()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2011-02-162497 (WTF::PageReservation::decommit):
3228 (WTF::PageReservation::decommit):
3804 (WTF::PageReservation::decommit):
7573 (WTF::PageReservation::decommit):
8060 (WTF::PageReservation::decommit):
8607 (WTF::OSAllocator::decommit):
8786 (WTF::OSAllocator::decommit):
8792 (WTF::OSAllocator::decommit):
8798 (WTF::OSAllocator::decommit):
15817 [Symbian] Fix commit/decommit of system memory using RChunk
[all …]
DChangeLog8530 (WTF::OSAllocator::decommitAndRelease): decommit explicitly
8538 (WTF::OSAllocator::decommit):
8546 (WTF::PageAllocatorSymbian::decommit):
DChangeLog-2010-05-2418156 On Widows CE we must decommit all committed pages before we release