Home
last modified time | relevance | path

Searched refs:gmx_smalloc_impl (Results 1 – 1 of 1) sorted by relevance

/dports/science/gromacs/gromacs-2021.4/src/gromacs/utility/
H A Dsmalloc.h221 static inline void gmx_smalloc_impl(const char* name, const char* file, int line, T*& ptr, size_t s… in gmx_smalloc_impl() function
332 #define smalloc(ptr, size) gmx_smalloc_impl(#ptr, __FILE__, __LINE__, (ptr), (size))