#include "common.hpp"
Go to the source code of this file.
Macros | |
#define | ein_assume_aligned(x) |
Indicates a function returns a pointer with alignment at least x . | |
#define | ein_align_value(x) |
[[align_value(x)]] | |
#define | ein_malloc |
[[malloc]] | |
#define | ein_alloc_align(__N) |
[[alloc_align(N)]] | |
#define | ein_alloc_size(__N) |
[[alloc_size(x)]] | |
Definition in file attributes/memory.hpp.