Home
last modified time | relevance | path

Searched refs:total_free_bytes (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/heap/include/
Dmulti_heap.h164 …size_t total_free_bytes; ///< Total free bytes in the heap. Equivalent to multi_free_heap_si… member
/hal_espressif-latest/components/heap/
Dheap_caps.c569 info->total_free_bytes += hinfo.total_free_bytes; in heap_caps_get_info()
591 …heap->start, heap->end - heap->start, info.total_free_bytes, info.total_allocated_bytes, info.mini… in heap_caps_print_heap_info()
600 …printf(" free %d allocated %d min_free %d largest_free_block %d\n", info.total_free_bytes, info… in heap_caps_print_heap_info()
Dmulti_heap.c425 info->total_free_bytes = heap->free_bytes; in multi_heap_get_info_impl()
Dmulti_heap_poisoning.c399 subtract_poison_overhead(&info->total_free_bytes); in multi_heap_get_info()