1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-10 09:58:59 +00:00
trezor-firmware/core/mocks/gc.py
2019-04-15 19:14:40 +02:00

6 lines
135 B
Python

def enable() -> None: ...
def disable() -> None: ...
def collect() -> None: ...
def mem_alloc() -> int: ...
def mem_free() -> int: ...