summaryrefslogtreecommitdiffstats
path: root/spec/rtems/support/if/workspace-greedy-free.yml
blob: 10b16086f539a96d33160d1181ad0529e091f3a7 (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
  Frees space of a greedy allocation to the RTEMS Workspace.
copyrights:
- Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
definition:
  default:
    attributes: null
    body: null
    params:
    - void *${.:/params[0]/name}
    return: void
  variants: []
description: null
enabled-by: true
index-entries: []
interface-type: function
links:
- role: interface-placement
  uid: header
- role: interface-ingroup
  uid: group
- role: constraint
  uid: /constraint/directive-not-pre-qualified
- role: constraint
  uid: /constraint/directive-ctx-devinit
- role: constraint
  uid: /constraint/directive-ctx-task
- role: constraint
  uid: /constraint/object-allocator
name: rtems_workspace_greedy_free
notes: |
  This directive is intended to be used by tests of the RTEMS test suites.
params:
- description: |
    is the pointer value returned by ${workspace-greedy-allocate:/name} or
    ${workspace-greedy-allocate-all-except-largest:/name}.
  dir: null
  name: opaque
return: null
type: interface