halide_default_device_and_host_malloc 806 src/runtime/cuda.cpp return halide_default_device_and_host_malloc(user_context, buf, &cuda_device_interface); halide_default_device_and_host_malloc 24 src/runtime/device_interface.h extern WEAK int halide_default_device_and_host_malloc(void *user_context, struct halide_buffer_t *buf, halide_default_device_and_host_malloc 1040 src/runtime/opencl.cpp return halide_default_device_and_host_malloc(user_context, buf, &opencl_device_interface); halide_default_device_and_host_malloc 2047 src/runtime/opengl.cpp return halide_default_device_and_host_malloc(user_context, buf, &opengl_device_interface); halide_default_device_and_host_malloc 657 src/runtime/openglcompute.cpp return halide_default_device_and_host_malloc(user_context, buf, &openglcompute_device_interface);