You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
475 B
20 lines
475 B
sample: |
|
description: System heap sample showing how to use sys_heap functions |
|
name: Basic system heap sample |
|
common: |
|
integration_platforms: |
|
- native_sim |
|
harness: console |
|
harness_config: |
|
type: multi_line |
|
ordered: true |
|
regex: |
|
- ".*allocated 16.,.*" |
|
- ".*allocated 1..,.*" |
|
- ".*allocated 0, free ..., max allocated ..., heap size 256.*" |
|
tests: |
|
sample.basic.sys_heap: |
|
tags: |
|
- heap |
|
- statistics |
|
- dynamic_memory
|
|
|