Home
last modified time | relevance | path

Searched refs:overhead (Results 1 – 13 of 13) sorted by relevance

/hal_espressif-latest/components/heap/
Dmulti_heap.c410 uint32_t overhead; in multi_heap_get_info_impl() local
422 overhead = info->allocated_blocks * tlsf_alloc_overhead(); in multi_heap_get_info_impl()
423 …tal_allocated_bytes = (heap->pool_size - tlsf_size(heap->heap_data)) - heap->free_bytes - overhead; in multi_heap_get_info_impl()
DKconfig27 (malloc/free/realloc) CPU overhead, even when the tracing feature is not used.
70 …unction depends on heap poisoning being enabled and adds four more bytes of overhead for each block
/hal_espressif-latest/components/esp_pm/
DKconfig9 This option has run-time overhead (increased interrupt latency,
36 overhead, so should typically be disabled in production builds.
91 enabling it in the application will increase the sleep and wake-up time overhead
/hal_espressif-latest/components/bt/controller/esp32c2/
Dbt.c143 extern void esp_ble_set_wakeup_overhead(uint32_t overhead);
571 void sleep_modem_light_sleep_overhead_set(uint32_t overhead) in sleep_modem_light_sleep_overhead_set() argument
573 esp_ble_set_wakeup_overhead(overhead); in sleep_modem_light_sleep_overhead_set()
/hal_espressif-latest/components/bt/controller/esp32c6/
Dbt.c136 extern void r_esp_ble_set_wakeup_overhead(uint32_t overhead);
625 void IRAM_ATTR sleep_modem_light_sleep_overhead_set(uint32_t overhead) in sleep_modem_light_sleep_overhead_set() argument
627 r_esp_ble_set_wakeup_overhead(overhead); in sleep_modem_light_sleep_overhead_set()
/hal_espressif-latest/components/bt/controller/esp32h2/
Dbt.c130 extern void r_esp_ble_set_wakeup_overhead(uint32_t overhead);
617 void IRAM_ATTR sleep_modem_light_sleep_overhead_set(uint32_t overhead) in sleep_modem_light_sleep_overhead_set() argument
619 r_esp_ble_set_wakeup_overhead(overhead); in sleep_modem_light_sleep_overhead_set()
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32c2/
Dbootloader.ld21 /* We consider 0x3fcdcb70 to be the last usable address for 2nd stage bootloader stack overhead, dr…
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32c3/
Dbootloader.ld21 /* We consider 0x3fcdc710 to be the last usable address for 2nd stage bootloader stack overhead, dr…
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32c6/
Dbootloader.ld18 /* We consider 0x4087c610 to be the last usable address for 2nd stage bootloader stack overhead, dr…
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32h2/
Dbootloader.ld19 /* We consider 0x3fcdc710 to be the last usable address for 2nd stage bootloader stack overhead, dr…
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32s3/
Dbootloader.ld22 /* We consider 0x3fce9700 to be the last usable address for 2nd stage bootloader stack overhead, dr…
/hal_espressif-latest/components/esp_hw_support/
DKconfig208 … only for code quality inspection. Enabling it will increase the time overhead of entering
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/
Dserial-protocol.rst341 …he data is compressed using the gzip Deflate algorithm to reduce serial overhead. Not supported on…
342 …s the same, only the data is compressed using the gzip Deflate algorithm to reduce serial overhead.