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

Function OutOfMemory

cpp/src/arrow/status.h:196–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194 /// Return an error status for out-of-memory conditions
195 template <typename... Args>
196 static Status OutOfMemory(Args&&... args) {
197 return Status::FromArgs(StatusCode::OutOfMemory, std::forward<Args>(args)...);
198 }
199
200 /// Return an error status for failed key lookups (e.g. column name in a table)
201 template <typename... Args>

Callers 15

MakeMethod · 0.85
RawSizeMethod · 0.85
AllocateAlignedMethod · 0.85
AllocateAlignedMethod · 0.85
ReallocateAlignedMethod · 0.85
AllocateMethod · 0.85
ReallocateMethod · 0.85
AllocateMethod · 0.85
ReallocateMethod · 0.85
OutOfMemoryMethod · 0.85
RoundCapacityMethod · 0.85
AllocateAlignedMethod · 0.85

Calls 1

FromArgsFunction · 0.85

Tested by 2

ReallocateMethod · 0.68
GetFlightInfoMethod · 0.68