Searched refs:overhead (Results 1 – 13 of 13) sorted by relevance
410 uint32_t overhead; in multi_heap_get_info_impl() local422 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()
27 (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
9 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
143 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() argument573 esp_ble_set_wakeup_overhead(overhead); in sleep_modem_light_sleep_overhead_set()
136 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() argument627 r_esp_ble_set_wakeup_overhead(overhead); in sleep_modem_light_sleep_overhead_set()
130 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() argument619 r_esp_ble_set_wakeup_overhead(overhead); in sleep_modem_light_sleep_overhead_set()
21 /* We consider 0x3fcdcb70 to be the last usable address for 2nd stage bootloader stack overhead, dr…
21 /* We consider 0x3fcdc710 to be the last usable address for 2nd stage bootloader stack overhead, dr…
18 /* We consider 0x4087c610 to be the last usable address for 2nd stage bootloader stack overhead, dr…
19 /* We consider 0x3fcdc710 to be the last usable address for 2nd stage bootloader stack overhead, dr…
22 /* We consider 0x3fce9700 to be the last usable address for 2nd stage bootloader stack overhead, dr…
208 … only for code quality inspection. Enabling it will increase the time overhead of entering
341 …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.