MCPcopy 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
75private:
76 NGS_DLL_HEADER void * Alloc2 ();

Callers

nothing calls this directly

Calls 2

AllocMethod · 0.80
SizeMethod · 0.45

Tested by

no test coverage detected