Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ViewBufferFrom
Method · 0.80
ViewBufferTo
Method · 0.80
TEST_F
Function · 0.80
TEST
Function · 0.80
FromBuffer
Method · 0.80
CudaBufferReader
Method · 0.80
CopyNonOwnedTo
Method · 0.80
CopyNonOwnedFrom
Method · 0.80
CloseIpcBuffer
Method · 0.80
TEST_F
Function · 0.80
Equals
Method · 0.80
Export
Method · 0.80
Calls
no outgoing calls
Tested by
6
TEST_F
Function · 0.64
TEST
Function · 0.64
TEST_F
Function · 0.64
TEST_P
Function · 0.64
CheckModified
Method · 0.64
CheckUnmodified
Method · 0.64