MCPcopy Create free account
hub / github.com/AMReX-Codes/amrex / recordErase

Method recordErase

Src/Base/AMReX_FabArrayBase.H:175–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173 maxsize = std::max(maxsize, size);
174 }
175 void recordErase (Long n) noexcept {
176 // n: how many times the item to be deleted has been used.
177 --size;
178 ++nerase;
179 maxuse = std::max(maxuse, n);
180 }
181 void recordUse () noexcept { ++nuse; }
182 void print () const {
183 amrex::Print(Print::AllProcs) << "### " << name << " ###\n"

Callers 8

flushCPCMethod · 0.80
flushCPCacheMethod · 0.80
flushFBMethod · 0.80
flushFBCacheMethod · 0.80
flushFPinfoMethod · 0.80
flushCFinfoMethod · 0.80
flushTileArrayMethod · 0.80
flushTileArrayCacheMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected