summaryrefslogtreecommitdiffstats
path: root/spec/rtems/basedefs/req/alloc-align-0.yml
blob: 4de293953b52d321ba22217a3734ce7affe76ee3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
SPDX-License-Identifier: CC-BY-SA-4.0
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
enabled-by: true
functional-type: function
links:
- role: interface-function
  uid: ../if/alloc-align
rationale: null
references: []
requirement-type: functional
text: |
  When the code is compiled with the GNU C compiler,
  and the ${../if/alloc-align:/name} macro is used as last part of a
  function declaration,
  and ${../if/alloc-align:/params[0]/name} is a constant number
  referring to an argument of that function
  (counting of arguments starts at 1 from the left),
  and the argument with that number is an integral value of a power of two,
  and the declared function
  returns a pointer to memory which starts at an integral *multiple*
  of the value provided by the function argument number
  ${../if/alloc-align:/params[0]/name},
  the macro shall cause the compiler to use the information of the alignment
  of the returned memory in its pointer analysis.
type: requirement