一呼百應, "one call, a hundred responses"
Loading...
Searching...
No Matches
memory.hpp File Reference
#include "common.hpp"
Include dependency graph for attributes/memory.hpp:
This graph shows which files directly or indirectly include this file:

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)]]
 

Detailed Description

SPDX-FileType: Source
SPDX-FileCopyrightText: 2024 Edward Kmett <ekmett@gmail.com>
SPDX-License-Identifier: BSD-2-Clause OR Apache-2.0

Definition in file attributes/memory.hpp.