summaryrefslogtreecommitdiff
path: root/spec/if/acfg/malloc-dirty.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-07-07 08:49:58 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-07-07 12:58:52 +0200
commitb29dd738f97901f464400a19510056790807dc47 (patch)
tree12530221be861aad0f8ba217192fc52db98dffd4 /spec/if/acfg/malloc-dirty.yml
parent374e1bf214e0f9691b06fcec30a7d88407ccba0a (diff)
spec: Use ${...} references in /if/acfg/*
This allows generation of Sphinx and Doxygen output.
Diffstat (limited to 'spec/if/acfg/malloc-dirty.yml')
-rw-r--r--spec/if/acfg/malloc-dirty.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/if/acfg/malloc-dirty.yml b/spec/if/acfg/malloc-dirty.yml
index 8840eff6..47dc7322 100644
--- a/spec/if/acfg/malloc-dirty.yml
+++ b/spec/if/acfg/malloc-dirty.yml
@@ -4,7 +4,7 @@ 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:func:`malloc` is dirtied
+ by C Program Heap allocator functions such as ``malloc()`` is dirtied
with a ``0xCF`` byte pattern before it is handed over to the application.
enabled-by: true
index-entries: []
@@ -16,7 +16,7 @@ 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
- :ref:`CONFIGURE_DIRTY_MEMORY` which dirties the memory only once during the
+ ${dirty-memory:/name} which dirties the memory only once during the
system initialization.
text: ''
type: interface