Home
last modified time | relevance | path

Searched defs:allocate_buffer (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/llvm/lib/Support/
DMemAlloc.cpp14 llvm::allocate_buffer(size_t Size, size_t Alignment) { in allocate_buffer() function in llvm
/external/OpenCL-CTS/test_conformance/allocations/
Dallocation_functions.cpp22 int allocate_buffer(cl_context context, cl_command_queue *queue, cl_device_id device_id, cl_mem *me… in allocate_buffer() function
/external/e2fsprogs/misc/
Dbadblocks.c128 static void *allocate_buffer(size_t size) in allocate_buffer() function
/external/crosvm/devices/src/virtio/snd/vios_backend/
Dshm_vios.rs581 fn allocate_buffer(&mut self, size: usize) -> Result<usize> { in allocate_buffer() method