Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
380
size_t AwaitAllocator::committedBytes() const
381
{
382
return currentMode == AwaitAllocatorMode::Virtual ? virtualCommittedBytes : 0;
383
}
384
385
Result AwaitAllocator::initializeFixedStorage(Span<char> storage)
386
{
Callers
1
allocatorModes
Method · 0.80
Calls
no outgoing calls
Tested by
1
allocatorModes
Method · 0.64