halide_device_malloc  165 src/DeviceInterface.cpp int halide_device_malloc(void *user_context, struct halide_buffer_t *buf, const halide_device_interface_t *device_interface) {
halide_device_malloc  174 src/DeviceInterface.cpp EXPORT_SYM(halide_device_malloc)
halide_device_malloc 1258 src/runtime/HalideBuffer.h         return halide_device_malloc(ctx, &buf, device_interface);
halide_device_malloc  488 src/runtime/HalideRuntime.h extern int halide_device_malloc(void *user_context, struct halide_buffer_t *buf,
halide_device_malloc  120 src/runtime/device_interface.cpp         result = halide_device_malloc(user_context, buf, device_interface);
halide_device_malloc  307 src/runtime/device_interface.cpp     int result = halide_device_malloc(user_context, buf, device_interface);
halide_device_malloc  146 src/runtime/old_buffer_t.cpp     err = err || halide_device_malloc(user_context, &new_buf, device_interface);
halide_device_malloc   45 src/runtime/runtime_api.cpp     (void *)&halide_device_malloc,