Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NGSolve/ngsolve
/ StartMemoryTracing
Method
StartMemoryTracing
ngstd/blockalloc.hpp:70–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
const MemoryTracer& GetMemoryTracer() const { return mt; }
69
70
void StartMemoryTracing() const
71
{
72
mt.Alloc(bablocks.Size() * size * blocks);
73
}
74
75
private:
76
NGS_DLL_HEADER void * Alloc2 ();
Callers
nothing calls this directly
Calls
2
Alloc
Method · 0.80
Size
Method · 0.45
Tested by
no test coverage detected