mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-19 22:18:13 +00:00
10 lines
128 B
Python
10 lines
128 B
Python
|
def mem_info(verbose=None):
|
||
|
pass
|
||
|
|
||
|
def qstr_info(verbose=None):
|
||
|
pass
|
||
|
|
||
|
def alloc_emergency_exception_buf(size):
|
||
|
pass
|
||
|
|