summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-05-28 08:05:24 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-05-28 08:05:24 +0200
commit6cfdead80910baa175f71eba4fd35291d6432aea (patch)
treed16c4303553e8b8cb11b55045868d91a278fdcee
parentspec: Fix link roles (diff)
downloadrtems-central-6cfdead80910baa175f71eba4fd35291d6432aea.tar.bz2
spec: Add group for dynamic memory allocation
-rw-r--r--spec/rtems/malloc/if/calloc.yml2
-rw-r--r--spec/rtems/malloc/if/group.yml20
-rw-r--r--spec/rtems/malloc/if/malloc.yml2
3 files changed, 24 insertions, 0 deletions
diff --git a/spec/rtems/malloc/if/calloc.yml b/spec/rtems/malloc/if/calloc.yml
index 10f902d2..9996c6af 100644
--- a/spec/rtems/malloc/if/calloc.yml
+++ b/spec/rtems/malloc/if/calloc.yml
@@ -7,6 +7,8 @@ interface-type: unspecified-function
links:
- role: interface-placement
uid: header
+- role: interface-ingroup
+ uid: group
name: rtems_calloc
references: {}
type: interface
diff --git a/spec/rtems/malloc/if/group.yml b/spec/rtems/malloc/if/group.yml
new file mode 100644
index 00000000..7ee4e580
--- /dev/null
+++ b/spec/rtems/malloc/if/group.yml
@@ -0,0 +1,20 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+brief: |
+ This group contains dynamic memory allocation directives.
+copyrights:
+- Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
+description: null
+enabled-by: true
+identifier: RTEMSAPIMalloc
+index-entries: []
+interface-type: group
+links:
+- role: interface-placement
+ uid: header
+- role: interface-ingroup
+ uid: /if/api
+name: Dynamic Memory Allocation
+text: |
+ The ${/glossary/api:/term} shall provide an interface to the dynamic memory
+ allocation services.
+type: interface
diff --git a/spec/rtems/malloc/if/malloc.yml b/spec/rtems/malloc/if/malloc.yml
index aeb8e6e8..caecea45 100644
--- a/spec/rtems/malloc/if/malloc.yml
+++ b/spec/rtems/malloc/if/malloc.yml
@@ -7,6 +7,8 @@ interface-type: unspecified-function
links:
- role: interface-placement
uid: header
+- role: interface-ingroup
+ uid: group
name: rtems_malloc
references: {}
type: interface