summaryrefslogtreecommitdiffstats
path: root/spec/acfg/if/malloc-dirty.yml
blob: 38be72df3748c02188a1504bfbf1815a458a6e83 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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 & Co. KG
description: |
  In case this configuration option is defined, then each memory area returned
  by C Program Heap allocator functions such as ${/c/if/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: interface-placement
  uid: domain
- role: interface-ingroup
  uid: group-general
- role: constraint
  uid: ../constraint/option-not-pre-qualified
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.
type: interface