Searched defs:size_to_allocate (Results 1 – 3 of 3) sorted by relevance
| /external/OpenCL-CTS/test_conformance/allocations/ |
| D | allocation_functions.cpp | 22 …t, cl_command_queue *queue, cl_device_id device_id, cl_mem *mem, size_t size_to_allocate, cl_bool … in allocate_buffer() 30 int find_good_image_size(cl_device_id device_id, size_t size_to_allocate, size_t *width, size_t *he… in find_good_image_size() 88 …t, cl_command_queue *queue, cl_device_id device_id, cl_mem *mem, size_t size_to_allocate, cl_bool … in allocate_image2d_read() 104 …t, cl_command_queue *queue, cl_device_id device_id, cl_mem *mem, size_t size_to_allocate, cl_bool … in allocate_image2d_write() 119 …ontext context, cl_command_queue *queue, cl_device_id device_id, size_t size_to_allocate, int type… in do_allocation() 131 …cl_command_queue *queue, cl_device_id device_id, int multiple_allocations, size_t size_to_allocate, in allocate_size()
|
| /external/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_allocator.cc | 170 uptr size_to_allocate = Max(size, GetPageSizeCached()); in Allocate() local
|
| /external/cronet/base/allocator/dispatcher/ |
| D | dispatcher_unittest.cc | 80 constexpr size_t size_to_allocate = 1024; in DoBasicTest() local
|