Home
last modified time | relevance | path

Searched refs:UncommitBlock (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/heap/
Dspaces.cc931 UncommitBlock(last_chunk_.address(), last_chunk_.size()); in AllocateChunk()
1131 UncommitBlock(reinterpret_cast<Address>(chunk), MemoryChunk::kPageSize); in AllocateChunk()
1241 bool MemoryAllocator::UncommitBlock(Address start, size_t size) { in AllocateChunk() function in v8::internal::MemoryAllocator
Dspaces.h1459 bool UncommitBlock(Address start, size_t size);