Searched refs:OWN_POINTER (Results 1 – 6 of 6) sorted by relevance
25 Copy mode `OWN_POINTER` is not supported by this interface because Julia-allocated objects45 elseif cmode == OWN_POINTER46 error("set_data!: copy mode OWN_POINTER is not supported")
51 One of `COPY_VALUES`, `USE_POINTER` or `OWN_POINTER`.53 `OWN_POINTER` is not typically supported for objects created in Julia, because those must be59 const OWN_POINTER = C.CEED_OWN_POINTER constant
125 !!! warning "Avoid OWN_POINTER CopyMode"126 The [`CopyMode`](@ref) `OWN_POINTER` is not suitable for use with arrays that are
50 OWN_POINTER,
31 OWN_POINTER = lib.CEED_OWN_POINTER variable34 OWN_POINTER: "own pointer"}
60 @test_throws Exception set_data!(ctx, MEM_HOST, OWN_POINTER, data)