MCPcopy Create free account
hub / github.com/apache/impala / FileAllocateSpace

Method FileAllocateSpace

be/src/runtime/tmp-file-mgr-test.cc:240–243  ·  view source on GitHub ↗

Helper to call the private File::AllocateSpace() method.

Source from the content-addressed store, hash-verified

238
239 /// Helper to call the private File::AllocateSpace() method.
240 static void FileAllocateSpace(
241 TmpFile* file, int64_t num_bytes, int64_t* offset) {
242 file->AllocateSpace(num_bytes, offset);
243 }
244
245 /// Helper to call the private FileGroup::AllocateSpace() method.
246 static Status GroupAllocateSpace(TmpFileGroup* group, int64_t num_bytes,

Callers

nothing calls this directly

Calls 1

AllocateSpaceMethod · 0.45

Tested by

no test coverage detected