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

  /external/libchrome/base/memory/
protected_memory_cfi.h 67 DCHECK(&PM >= ProtectedMemoryStart && &PM < ProtectedMemoryEnd);
79 DCHECK(&PM >= ProtectedMemoryStart && &PM < ProtectedMemoryEnd);
protected_memory.h 152 // PROTECTED_MEMORY_SECTION. ProtectedMemoryEnd returns a pointer to the byte
156 constexpr void* ProtectedMemoryEnd = &__stop_protected_memory;
210 DCHECK(ptr >= ProtectedMemoryStart && ptr_end <= ProtectedMemoryEnd);
256 CHECK(SetMemoryReadOnly(ProtectedMemoryStart, ProtectedMemoryEnd));

Completed in 1224 milliseconds