Skip to content

document which classes use dynamic memory #499

Open
@bmcdonnell-ionx

Description

@bmcdonnell-ionx

Request

Document which classes/functions use dynamic memory.

Motivation

Developers often avoid or minimize use of dynamic memory in embedded system, to avoid memory fragmentation or overflow, to aid in determinism, etc. Also, an easy way to manage external memory is to make all dynamic allocations go there, and to have all static/stack allocations go to internal memory.

Developers should be able to choose consciously whether and when to use dynamic memory. Thus we need to know when the OS is using it.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions