Macaulay2 Engine
Loading...
Searching...
No Matches

◆ sizeofspair

#define sizeofspair ( s,
len )
Value:
(sizeof(*s) - sizeof(s->lcm) + (len) * sizeof(s->lcm[0]))
void size_t s
Definition m2-mem.cpp:271

Definition at line 68 of file f4-types.hpp.

68#define sizeofspair(s, len) \
69 (sizeof(*s) - sizeof(s->lcm) + (len) * sizeof(s->lcm[0]))