trezor-core/mocks/gc.py

6 lines
135 B
Python
Raw Permalink Normal View History

2017-06-14 03:26:02 -07:00
def enable() -> None: ...
def disable() -> None: ...
def collect() -> None: ...
def mem_alloc() -> int: ...
def mem_free() -> int: ...