Searched refs:aligned_buf_alloc (Results 1 – 8 of 8) sorted by relevance
20 void* aligned_buf_alloc(size_t align, size_t size) { in aligned_buf_alloc() function
25 using android::aligned_buf_alloc;169 void* buf = aligned_buf_alloc(alignmentsToTest[i], sizesToTest[j]); in TEST()
63 void *host_ptr = android::aligned_buf_alloc(alignment, aligned_size); in allocate_impl()
110 mHostBuffer = android::aligned_buf_alloc(kAlignment, num_pages * 4096); in allocatePages()
201 auto buf = aligned_buf_alloc(4096, 4096); in TEST_F()
75 bits = android::aligned_buf_alloc(kAlignment, sz); in MemBlock()233 void* const bits = android::aligned_buf_alloc(kAlignment, bitsSize); in load()
436 buf = aligned_buf_alloc(ADDRESS_SPACE_GRAPHICS_PAGE_SIZE, create.size); in fillBlockLocked()492 aligned_buf_alloc( in fillBlockLocked()
147 void* aligned_buf_alloc(size_t align, size_t size);