summaryrefslogtreecommitdiffstats
path: root/spec/acfg/opt/mallocbspsupportssbrk.yml
blob: cfab4cef0167d1a4183bb49f737fb899f0ce5dac (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
26
27
SPDX-License-Identifier: CC-BY-SA-4.0
appl-config-option-description: |
  If

  * this configuration option is defined by the BSP

  * and :ref:`CONFIGURE_DISABLE_BSP_SETTINGS` is undefined,

  then not all memory is made available to the C Program Heap immediately at
  system initialization time.  When :c:func:`malloc()` or other standard memory
  allocation functions are unable to allocate memory, they will call the BSP
  supplied :c:func:`sbrk()` function to obtain more memory.
appl-config-option-index: []
appl-config-option-name: CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK
appl-config-option-notes: |
  This option should not be defined by the application. Only the BSP knows how
  it allocates memory to the C Program Heap.
appl-config-option-type: feature-enable
copyrights:
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
enabled-by: []
interface-type: appl-config-option
links:
- role: null
  uid: ../bsp
text: ''
type: interface