Lines Matching full:memoryblock
69 MemoryBlock Memory::allocateMappedMemory(size_t NumBytes,
70 const MemoryBlock *const NearBlock,
75 return MemoryBlock();
103 return MemoryBlock();
106 MemoryBlock Result;
116 error_code Memory::releaseMappedMemory(MemoryBlock &M) {
129 error_code Memory::protectMappedMemory(const MemoryBlock &M,
155 MemoryBlock Memory::AllocateRWX(size_t NumBytes,
156 const MemoryBlock *NearBlock,
158 MemoryBlock MB;
168 bool Memory::ReleaseRWX(MemoryBlock &M, std::string *ErrMsg) {
184 bool Memory::setWritable(MemoryBlock &M, std::string *ErrMsg) {
191 bool Memory::setExecutable(MemoryBlock &M, std::string *ErrMsg) {