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

Method reservedBytes

Libraries/Await/Await.cpp:375–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

373size_t AwaitAllocator::failedAllocationSize() const { return currentStatistics.lastFailedAllocationSize; }
374
375size_t AwaitAllocator::reservedBytes() const
376{
377 return currentMode == AwaitAllocatorMode::Virtual ? virtualReservedBytes : 0;
378}
379
380size_t AwaitAllocator::committedBytes() const
381{

Callers 1

allocatorModesMethod · 0.80

Calls

no outgoing calls

Tested by 1

allocatorModesMethod · 0.64