21#ifndef PKTBUF_STATIC_H
22#define PKTBUF_STATIC_H
33#define GNRC_PKTBUF_STATIC_ALIGN_MASK (sizeof(_unused_t) - 1)
static size_t _align(size_t size)
Calculates the required space of a number of bytes including alignment to the size of _unused_t.
struct _unused _unused_t
Marks an unused section of the packet buffer arena array.
#define GNRC_PKTBUF_STATIC_ALIGN_MASK
Mask to align packet buffer allocations with size of _unused_t.
Marks an unused section of the packet buffer arena array.
unsigned int size
the size of the unused section
struct _unused * next
the next unused section