dhcpd-pools  3.0
ISC dhcpd lease usage analyser
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Macros
flexmember.h File Reference
#include <stddef.h>
Include dependency graph for flexmember.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define FLEXALIGNOF(type)   (sizeof (type) & ~ (sizeof (type) - 1))
 
#define FLEXSIZEOF(type, member, n)
 

Macro Definition Documentation

◆ FLEXALIGNOF

#define FLEXALIGNOF (   type)    (sizeof (type) & ~ (sizeof (type) - 1))

◆ FLEXSIZEOF

#define FLEXSIZEOF (   type,
  member,
 
)
Value:
((offsetof (type, member) + FLEXALIGNOF (type) - 1 + (n)) \
& ~ (FLEXALIGNOF (type) - 1))
#define FLEXALIGNOF(type)
Definition: flexmember.h:31

Referenced by tzalloc().