Searched defs:size_to_allocate (Results 1 – 4 of 4) 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/llvm-project/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_allocator.cpp | 223 uptr size_to_allocate = RoundUpTo(size, GetPageSizeCached()); in Allocate() local
|
| /external/llvm-project/openmp/runtime/src/ |
| D | kmp_taskdeps.cpp | 75 kmp_int32 size_to_allocate = in __kmp_dephash_extend() local
|