Home
last modified time | relevance | path

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

/hardware/google/aemu/base/
DAlignedBuf.cpp20 void* aligned_buf_alloc(size_t align, size_t size) { in aligned_buf_alloc() function
DAlignedBuf_unittest.cpp25 using android::aligned_buf_alloc;
169 void* buf = aligned_buf_alloc(alignmentsToTest[i], sizesToTest[j]); in TEST()
/hardware/google/aemu/host-common/
Daddress_space_host_memory_allocator.cpp63 void *host_ptr = android::aligned_buf_alloc(alignment, aligned_size); in allocate_impl()
Daddress_space_host_media.cpp110 mHostBuffer = android::aligned_buf_alloc(kAlignment, num_pages * 4096); in allocatePages()
DHostAddressSpace_unittest.cpp201 auto buf = aligned_buf_alloc(4096, 4096); in TEST_F()
Daddress_space_shared_slots_host_memory_allocator.cpp75 bits = android::aligned_buf_alloc(kAlignment, sz); in MemBlock()
233 void* const bits = android::aligned_buf_alloc(kAlignment, bitsSize); in load()
Daddress_space_graphics.cpp436 buf = aligned_buf_alloc(ADDRESS_SPACE_GRAPHICS_PAGE_SIZE, create.size); in fillBlockLocked()
492 aligned_buf_alloc( in fillBlockLocked()
/hardware/google/aemu/base/include/aemu/base/
DAlignedBuf.h147 void* aligned_buf_alloc(size_t align, size_t size);