Home
last modified time | relevance | path

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

/hal_espressif-latest/components/heap/include/
Dmulti_heap.h170 size_t total_blocks; ///< Total number of (variable size) blocks in the heap. member
/hal_espressif-latest/tools/esptool_py/test/
Dtest_merge_bin.py394 total_blocks = set() # collect total block numbers here
427 total_blocks.add(block.numBlocks)
431 assert total_blocks == {
435 total_blocks.clear()
/hal_espressif-latest/components/heap/
Dheap_caps.c576 info->total_blocks += hinfo.total_blocks; in heap_caps_get_info()
594 info.free_blocks, info.total_blocks); in heap_caps_print_heap_info()
Dmulti_heap.c405 info->total_blocks++; in multi_heap_get_info_tlsf()