From 3bdf817950eadd75a2785b62220eb0b04533b9fd Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 16 Sep 2020 11:48:29 +0200 Subject: spec: Group items by component --- spec/if/acfg/malloc-dirty.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 spec/if/acfg/malloc-dirty.yml (limited to 'spec/if/acfg/malloc-dirty.yml') diff --git a/spec/if/acfg/malloc-dirty.yml b/spec/if/acfg/malloc-dirty.yml deleted file mode 100644 index 70496944..00000000 --- a/spec/if/acfg/malloc-dirty.yml +++ /dev/null @@ -1,22 +0,0 @@ -SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause -appl-config-option-type: feature-enable -copyrights: -- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de) -description: | - In case this configuration option is defined, then each memory area returned - by C Program Heap allocator functions such as ${../c/malloc:/name} is dirtied - with a ``0xCF`` byte pattern before it is handed over to the application. -enabled-by: true -index-entries: [] -interface-type: appl-config-option -links: -- role: appl-config-group-member - uid: group-general -name: CONFIGURE_MALLOC_DIRTY -notes: | - The dirtying performed by this option is carried out for each successful - memory allocation from the C Program Heap in contrast to - ${dirty-memory:/name} which dirties the memory only once during the - system initialization. -text: '' -type: interface -- cgit v1.2.3