Searched defs:MemBlock (Results 1 – 8 of 8) sorted by relevance
32 struct MemBlock { struct35 MemBlock() = default; argument40 MemBlock& operator=(MemBlock rhs); argument72 MemBlock(const MemBlock&) = delete; argument73 MemBlock& operator=(const MemBlock&) = delete; argument
13 struct MemBlock struct15 MemBlock(const unsigned int startOfLife, in MemBlock() argument22 const unsigned int m_StartOfLife; // Y start inclusive23 const unsigned int m_EndOfLife; // Y end inclusive25 const size_t m_MemSize; // Offset + Memsize = X end26 size_t m_Offset; // X start28 const unsigned int m_Index; // Index to keep order
14 struct MemBlock { struct15 uint64_t start_offset, end_offset;16 MemBlock(uint64_t s, uint64_t e) : start_offset(s), end_offset(e) {} in MemBlock() function17 bool operator<(const MemBlock& other) const { in operator <()
61 typedef struct MemBlock MemBlock; typedef62 struct MemBlock { struct65 MemBlock* next_; argument
34 MemBlock() : MemBlock(0U) {} in MemBlock() function35 explicit MemBlock(size_t len) in MemBlock() function39 explicit MemBlock(Slice src) : MemBlock(src.size()) { in MemBlock() function
45 struct MemBlock struct54 struct MemBlock s_memBlock[MAX_MEM_BLOCKS]; /** Pointer to the first memory block */ argument
22 typedef ASSSHMAC::MemBlock MemBlock; typedef120 TEST(MemBlock, allocate) { in TEST() argument153 TEST(MemBlock, unallocate) { in TEST() argument
35 typedef ASSSHMAC::MemBlock MemBlock; typedef94 MemBlock::MemBlock(const address_space_device_control_ops* o, const AddressSpaceHwFuncs* h, uint32_… in MemBlock() function in android::emulation::MemBlock112 MemBlock::MemBlock(MemBlock&& rhs) in MemBlock() function in android::emulation::MemBlock