| 72 | } |
| 73 | |
| 74 | inline int ArrowDeviceArrayIsReleased(const struct ArrowDeviceArray* array) { |
| 75 | return ArrowArrayIsReleased(&array->array); |
| 76 | } |
| 77 | |
| 78 | /// Mark the C array released (for use in release callbacks) |
| 79 | inline void ArrowArrayMarkReleased(struct ArrowArray* array) { array->release = NULL; } |