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

Method alloc

Src/Base/AMReX_Arena.cpp:397–397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

395 : public Arena
396 {
397 void* alloc (std::size_t) override { return nullptr; }
398 void free (void*) override {}
399 };
400

Callers 1

InitializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected