MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / committedBytes

Method committedBytes

Libraries/Await/Await.cpp:380–383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

378}
379
380size_t AwaitAllocator::committedBytes() const
381{
382 return currentMode == AwaitAllocatorMode::Virtual ? virtualCommittedBytes : 0;
383}
384
385Result AwaitAllocator::initializeFixedStorage(Span<char> storage)
386{

Callers 1

allocatorModesMethod · 0.80

Calls

no outgoing calls

Tested by 1

allocatorModesMethod · 0.64