MCPcopy Create free account
hub / github.com/apache/arrow / ArrowDeviceArrayMarkReleased

Function ArrowDeviceArrayMarkReleased

cpp/src/arrow/c/helpers.h:81–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79inline void ArrowArrayMarkReleased(struct ArrowArray* array) { array->release = NULL; }
80
81inline void ArrowDeviceArrayMarkReleased(struct ArrowDeviceArray* array) {
82 ArrowArrayMarkReleased(&array->array);
83}
84
85/// Move the C array from `src` to `dest`
86///

Callers 1

ArrowDeviceArrayMoveFunction · 0.85

Calls 1

ArrowArrayMarkReleasedFunction · 0.85

Tested by

no test coverage detected