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

  /external/google-breakpad/src/client/mac/handler/
protected_memory_allocator.h 76 kern_return_t Unprotect();
protected_memory_allocator.cc 84 kern_return_t ProtectedMemoryAllocator::Unprotect() {
exception_handler.cc 516 gBreakpadAllocator->Unprotect();
565 gBreakpadAllocator->Unprotect();
582 gBreakpadAllocator->Unprotect();
614 gBreakpadAllocator->Unprotect();
  /external/v8/src/heap/
spaces-inl.h 102 void MemoryAllocator::Unprotect(Address start, size_t size,
104 base::OS::Unprotect(start, size, executable);
116 base::OS::Unprotect(chunks_[id].address(), chunks_[id].size(),

Completed in 408 milliseconds