MCPcopy Create free account
hub / github.com/apple/foundationdb / allocateBuffer

Method allocateBuffer

fdbserver/workloads/AsyncFile.cpp:72–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72Reference<AsyncFileBuffer> AsyncFileWorkload::allocateBuffer(size_t size) {
73 return makeReference<AsyncFileBuffer>(size, unbufferedIO);
74}
75
76Future<bool> AsyncFileWorkload::check(Database const& cx) {
77 return true;

Callers 5

openFileMethod · 0.95
_setupMethod · 0.80
_setupMethod · 0.80
_setupMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected