Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/heap/
Dheap_caps_linux.c114 size_t size_bytes; in heap_caps_calloc_base() local
217 size_t size_bytes; in heap_caps_aligned_calloc() local
Dheap_caps.c491 size_t size_bytes; in heap_caps_calloc_base() local
718 size_t size_bytes; in heap_caps_aligned_calloc() local
/hal_espressif-3.7.0/zephyr/port/heap/
Dheap_caps_zephyr.c138 size_t size_bytes; in heap_caps_calloc_base() local
246 size_t size_bytes; in heap_caps_aligned_calloc() local
/hal_espressif-3.7.0/components/newlib/
Dheap.c60 size_t size_bytes; in _calloc_r() local
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/core/
Dbtc_config.c148 bool btc_config_get_str(const char *section, const char *key, char *value, int *size_bytes) in btc_config_get_str()
/hal_espressif-3.7.0/tools/esptool_py/esptool/
Dloader.py111 def timeout_per_mb(seconds_per_mb, size_bytes): argument