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

Method address

cpp/src/arrow/stl_allocator.h:70–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 ~allocator() { pool_ = NULLPTR; }
69
70 pointer address(reference r) const noexcept { return std::addressof(r); }
71
72 const_pointer address(const_reference r) const noexcept { return std::addressof(r); }
73

Callers 15

ViewBufferFromMethod · 0.80
ViewBufferToMethod · 0.80
TEST_FFunction · 0.80
TESTFunction · 0.80
FromBufferMethod · 0.80
CudaBufferReaderMethod · 0.80
CopyNonOwnedToMethod · 0.80
CopyNonOwnedFromMethod · 0.80
CloseIpcBufferMethod · 0.80
TEST_FFunction · 0.80
EqualsMethod · 0.80
ExportMethod · 0.80

Calls

no outgoing calls

Tested by 6

TEST_FFunction · 0.64
TESTFunction · 0.64
TEST_FFunction · 0.64
TEST_PFunction · 0.64
CheckModifiedMethod · 0.64
CheckUnmodifiedMethod · 0.64