Home
last modified time | relevance | path

Searched defs:size_bytes (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.5.0/components/newlib/
Dheap.c60 size_t size_bytes; in _calloc_r() local
/hal_espressif-3.5.0/components/heap/
Dheap_caps.c435 size_t size_bytes; in heap_caps_calloc() local
644 size_t size_bytes; in heap_caps_aligned_calloc() local
/hal_espressif-3.5.0/components/bt/host/bluedroid/btc/core/
Dbtc_config.c156 bool btc_config_get_str(const char *section, const char *key, char *value, int *size_bytes) in btc_config_get_str()
/hal_espressif-3.5.0/components/esptool_py/esptool/esptool/
Dloader.py109 def timeout_per_mb(seconds_per_mb, size_bytes): argument