Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/android-emu/android/base/
DAndroidSubAllocator.cpp42 &addr_alloc, in Impl()
48 address_space_allocator_destroy_nocleanup(&addr_alloc); in ~Impl()
52 address_space_allocator_destroy_nocleanup(&addr_alloc); in clear()
54 &addr_alloc, in clear()
74 &addr_alloc, in save()
102 &addr_alloc, in load()
146 &addr_alloc, getOffset(ptr))) { in free()
155 address_space_allocator_reset(&addr_alloc); in freeAll()
171 &addr_alloc, toPageSize); in alloc()
190 struct address_space_allocator addr_alloc; member in android::base::guest::SubAllocator::Impl