Home
last modified time | relevance | path

Searched refs:allocated_blocks (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/zephyr/scripts/partitions/
Desp_genpartition.py67 allocated_blocks = 0
71 allocated_blocks += alloc
74 leftover_blocks = variable_blocks - allocated_blocks
/hal_espressif-latest/components/heap/include/
Dmulti_heap.h168 size_t allocated_blocks; ///< Number of (variable size) blocks allocated in the heap. member
/hal_espressif-latest/components/heap/
Dmulti_heap.c396 info->allocated_blocks++; in multi_heap_get_info_tlsf()
422 overhead = info->allocated_blocks * tlsf_alloc_overhead(); in multi_heap_get_info_impl()
Dheap_caps.c574 info->allocated_blocks += hinfo.allocated_blocks; in heap_caps_get_info()
593 info.largest_free_block, info.allocated_blocks, in heap_caps_print_heap_info()
Dmulti_heap_poisoning.c394 info->total_allocated_bytes -= info->allocated_blocks * POISON_OVERHEAD; in multi_heap_get_info()