Home
last modified time | relevance | path

Searched defs:MemBlock (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/hardware/google/aemu/host-common/include/host-common/
Daddress_space_shared_slots_host_memory_allocator.h32 struct MemBlock { struct
35 MemBlock() = default; argument
40 MemBlock& operator=(MemBlock rhs); argument
72 MemBlock(const MemBlock&) = delete; argument
73 MemBlock& operator=(const MemBlock&) = delete; argument
/aosp_15_r20/external/armnn/include/armnn/backends/
H A DIMemoryOptimizerStrategy.hpp13 struct MemBlock struct
15 MemBlock(const unsigned int startOfLife, in MemBlock() argument
22 const unsigned int m_StartOfLife; // Y start inclusive
23 const unsigned int m_EndOfLife; // Y end inclusive
25 const size_t m_MemSize; // Offset + Memsize = X end
26 size_t m_Offset; // X start
28 const unsigned int m_Index; // Index to keep order
/aosp_15_r20/external/pytorch/c10/mobile/
H A DCPUProfilingAllocator.cpp14 struct MemBlock { struct
15 uint64_t start_offset, end_offset;
16 MemBlock(uint64_t s, uint64_t e) : start_offset(s), end_offset(e) {} in MemBlock() function
17 bool operator<(const MemBlock& other) const { in operator <()
/aosp_15_r20/external/webp/src/utils/
H A Dutils.c61 typedef struct MemBlock MemBlock; typedef
62 struct MemBlock { struct
65 MemBlock* next_; argument
/aosp_15_r20/packages/modules/Connectivity/staticlibs/netd/libnetdutils/include/netdutils/
DMemBlock.h34 MemBlock() : MemBlock(0U) {} in MemBlock() function
35 explicit MemBlock(size_t len) in MemBlock() function
39 explicit MemBlock(Slice src) : MemBlock(src.size()) { in MemBlock() function
/aosp_15_r20/external/libavc/decoder/
H A Dih264d_mem_request.h45 struct MemBlock struct
54 struct MemBlock s_memBlock[MAX_MEM_BLOCKS]; /** Pointer to the first memory block */ argument
/aosp_15_r20/hardware/google/aemu/host-common/
Daddress_space_shared_slots_host_memory_allocator_unittests.cpp22 typedef ASSSHMAC::MemBlock MemBlock; typedef
120 TEST(MemBlock, allocate) { in TEST() argument
153 TEST(MemBlock, unallocate) { in TEST() argument
Daddress_space_shared_slots_host_memory_allocator.cpp35 typedef ASSSHMAC::MemBlock MemBlock; typedef
94 MemBlock::MemBlock(const address_space_device_control_ops* o, const AddressSpaceHwFuncs* h, uint32_… in MemBlock() function in android::emulation::MemBlock
112 MemBlock::MemBlock(MemBlock&& rhs) in MemBlock() function in android::emulation::MemBlock