summaryrefslogtreecommitdiffstats
path: root/spec/rtems/basedefs/if/alloc-size.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/basedefs/if/alloc-size.yml')
-rw-r--r--spec/rtems/basedefs/if/alloc-size.yml14
1 files changed, 11 insertions, 3 deletions
diff --git a/spec/rtems/basedefs/if/alloc-size.yml b/spec/rtems/basedefs/if/alloc-size.yml
index 24348e57..d0d9a8d1 100644
--- a/spec/rtems/basedefs/if/alloc-size.yml
+++ b/spec/rtems/basedefs/if/alloc-size.yml
@@ -5,10 +5,18 @@ brief: |
copyrights:
- Copyright (C) 2018 embedded brains GmbH (http://www.embedded-brains.de)
definition:
- default: ''
+ default:
+ attributes: null
+ body: ''
+ params: []
+ return: null
variants:
- - definition: |
- __attribute__(( __alloc_size__( ${.:/params[0]/name} ) ))
+ - definition:
+ attributes: null
+ body: |
+ __attribute__(( __alloc_size__( ${.:/params[0]/name} ) ))
+ params: []
+ return: null
enabled-by:
- defined(${/compiler/if/gnuc:/name})
description: null