This shows you the differences between two versions of the page.
| logicpython:cubloc_api:heapclear [2026/04/10 02:06] – created - external edit 127.0.0.1 | logicpython:cubloc_api:heapclear [2026/04/10 02:37] (current) – removed mfranklin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== HeapClear ====== | ||
| - | |||
| - | Set all 56320 bytes of the simulated SRAM heap to zero. | ||
| - | |||
| - | ===== Syntax ===== | ||
| - | |||
| - | <code python> | ||
| - | from cubloc import HeapClear | ||
| - | |||
| - | HeapClear() | ||
| - | </ | ||
| - | |||
| - | ===== Example ===== | ||
| - | |||
| - | <code python> | ||
| - | from cubloc import HeapClear | ||
| - | |||
| - | # Example usage | ||
| - | HeapClear() | ||
| - | </ | ||
| - | |||
| - | ===== Related APIs ===== | ||
| - | |||
| - | * [[logicpython: | ||
| - | * [[logicpython: | ||
| - | * [[logicpython: | ||
| - | * [[logicpython: | ||
| - | * [[logicpython: | ||