Home
last modified time | relevance | path

Searched refs:FreeSubblocks_t (Results 1 – 3 of 3) sorted by relevance

/hardware/google/aemu/host-common/include/host-common/
Daddress_space_shared_slots_host_memory_allocator.h33 typedef std::map<uint32_t, uint32_t> FreeSubblocks_t; // offset -> size typedef
50 FreeSubblocks_t::iterator findFreeSubblock(FreeSubblocks_t* fsb, size_t sz);
53 FreeSubblocks_t::iterator tryMergeSubblocks(FreeSubblocks_t* fsb,
54 FreeSubblocks_t::iterator ret,
55 FreeSubblocks_t::iterator lhs,
56 FreeSubblocks_t::iterator rhs);
70 FreeSubblocks_t freeSubblocks;
/hardware/google/aemu/host-common/
Daddress_space_shared_slots_host_memory_allocator_unittests.cpp23 typedef MemBlock::FreeSubblocks_t FreeSubblocks_t; typedef
65 FreeSubblocks_t fsb; in TEST()
71 FreeSubblocks_t::const_iterator i; in TEST()
92 FreeSubblocks_t fsb; in TEST()
106 FreeSubblocks_t fsb; in TEST()
Daddress_space_shared_slots_host_memory_allocator.cpp36 typedef MemBlock::FreeSubblocks_t FreeSubblocks_t; typedef
156 FreeSubblocks_t::iterator i = findFreeSubblock(&freeSubblocks, requestedSize); in allocate()
186 FreeSubblocks_t::iterator i = r.first; in unallocate()
190 FreeSubblocks_t::iterator next = std::next(i); in unallocate()
196 FreeSubblocks_t::iterator MemBlock::findFreeSubblock(FreeSubblocks_t* fsb, in findFreeSubblock()
215 FreeSubblocks_t::iterator MemBlock::tryMergeSubblocks( in tryMergeSubblocks()
216 FreeSubblocks_t* fsb, in tryMergeSubblocks()
217 FreeSubblocks_t::iterator ret, in tryMergeSubblocks()
218 FreeSubblocks_t::iterator lhs, in tryMergeSubblocks()
219 FreeSubblocks_t::iterator rhs) { in tryMergeSubblocks()
[all …]