[rtems-central commit] spec: Add group for dynamic memory allocation

Sebastian Huber sebh at rtems.org
Fri May 28 06:11:22 UTC 2021


Module:    rtems-central
Branch:    master
Commit:    6cfdead80910baa175f71eba4fd35291d6432aea
Changeset: http://git.rtems.org/rtems-central/commit/?id=6cfdead80910baa175f71eba4fd35291d6432aea

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri May 28 08:05:24 2021 +0200

spec: Add group for dynamic memory allocation

---

 spec/rtems/malloc/if/calloc.yml |  2 ++
 spec/rtems/malloc/if/group.yml  | 20 ++++++++++++++++++++
 spec/rtems/malloc/if/malloc.yml |  2 ++
 3 files changed, 24 insertions(+)

diff --git a/spec/rtems/malloc/if/calloc.yml b/spec/rtems/malloc/if/calloc.yml
index 10f902d..9996c6a 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 0000000..7ee4e58
--- /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 aeb8e6e..caecea4 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



More information about the vc mailing list