summaryrefslogtreecommitdiff
path: root/spec/acfg/opt/mallocdirty.yml
blob: d5460b08e2c9764f7bc6a01b5c40dcf0256a2bad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
SPDX-License-Identifier: CC-BY-SA-4.0
appl-config-option-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
  with a ``0xCF`` byte pattern before it is handed over to the application.
appl-config-option-index: []
appl-config-option-name: CONFIGURE_MALLOC_DIRTY
appl-config-option-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
  system initialization.
appl-config-option-type: feature-enable
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
enabled-by: true
interface-type: appl-config-option
links:
- role: appl-config-group-member
  uid: ../general
text: ''
type: interface