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

Method address

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

Source from the content-addressed store, hash-verified

58 ~allocator() { pool_ = NULLPTR; }
59
60 pointer address(reference r) const noexcept { return std::addressof(r); }
61
62 const_pointer address(const_reference r) const noexcept { return std::addressof(r); }
63

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