pub fn default_memory_manager_memory_allocations() -> Result<MemoryAllocations, RuntimeDiagnosticError>Expand description
Measure the existing default runtime without constructing a manager or initializing backing memory.
Returns NotBootstrapped if no runtime exists.
A constructed runtime may be measured before bootstrap with unknown bindings.