source: rtems-central/spec/acfg/opt/RTEMS-ACFG-OPT-UNLIMITEDALLOCATIONSIZE.yml @ 64987c4

Last change on this file since 64987c4 was 64987c4, checked in by Sebastian Huber <sebastian.huber@…>, on 03/17/20 at 09:06:27

spec: Add application configuration

  • Property mode set to 100644
File size: 1.3 KB
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0
2active: true
3appl-config-option-data-type: |
4  Unsigned integer (``uint32_t``).
5appl-config-option-default-value: |
6  If not defined and ``CONFIGURE_UNLIMITED_OBJECTS`` is defined, the default
7  value is eight (8).
8appl-config-option-description: |
9  ``CONFIGURE_UNLIMITED_ALLOCATION_SIZE`` provides an allocation size to use
10  for ``rtems_resource_unlimited`` when using
11  ``CONFIGURE_UNLIMITED_OBJECTS``.
12appl-config-option-index: []
13appl-config-option-name: CONFIGURE_UNLIMITED_ALLOCATION_SIZE
14appl-config-option-notes: |
15  By allowing users to declare all resources as being unlimited the user can
16  avoid identifying and limiting the resources
17  used. ``CONFIGURE_UNLIMITED_OBJECTS`` does not support varying the
18  allocation sizes for different objects; users who want that much control
19  can define the ``rtems_resource_unlimited`` macros themselves.
20appl-config-option-range: |
21  Positive.
22copyrights:
23- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
24derived: false
25enabled-by: []
26header: ''
27interface-type: appl-config-option
28level: 1.82
29links:
30- RTEMS-ACFG-GENERAL: B6rbi_eXOZOzB3o8-DYzrc0JmF7ON1adlcZj3dQd6WY=
31normative: true
32ref: ''
33reviewed: QNMi21v3JbyxxnNzVWeiQ4KUIVtZAO7pb3Df6KRBNU8=
34text: ''
35type: interface
Note: See TracBrowser for help on using the repository browser.