mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-10 01:30:19 +00:00
6 lines
135 B
Python
6 lines
135 B
Python
|
def enable() -> None: ...
|
||
|
def disable() -> None: ...
|
||
|
def collect() -> None: ...
|
||
|
def mem_alloc() -> int: ...
|
||
|
def mem_free() -> int: ...
|