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

Method align

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

Source from the content-addressed store, hash-verified

164}
165
166std::size_t
167Arena::align (std::size_t s)
168{
169 return amrex::aligned_size(align_size, s);
170}
171
172void*
173Arena::allocate_system (std::size_t nbytes) // NOLINT(readability-make-member-function-const)

Callers

nothing calls this directly

Calls 1

aligned_sizeFunction · 0.85

Tested by

no test coverage detected