Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/heap/test_multi_heap_host/
Dtest_multi_heap.cpp120 REQUIRE( 0 == info.allocated_blocks );
144 REQUIRE( 2 == info2.allocated_blocks );
150 REQUIRE( 0 == info2.allocated_blocks );
170 REQUIRE( 0 == info.allocated_blocks );
192 REQUIRE( 2 == info2.allocated_blocks );
198 REQUIRE( 0 == info2.allocated_blocks );
309 before.allocated_blocks,
313 REQUIRE( 0 == before.allocated_blocks );
324 after.allocated_blocks,
328 REQUIRE( 1 == after.allocated_blocks );
[all …]
/hal_espressif-3.4.0/components/heap/include/
Dmulti_heap.h174 size_t allocated_blocks; ///< Number of (variable size) blocks allocated in the heap. member
/hal_espressif-3.4.0/components/heap/
Dheap_caps.c506 info->allocated_blocks += hinfo.allocated_blocks; in heap_caps_get_info()
525 info.largest_free_block, info.allocated_blocks, in heap_caps_print_heap_info()
Dmulti_heap.c349 info->allocated_blocks++; in multi_heap_get_info_tlsf()
Dmulti_heap_poisoning.c366 info->total_allocated_bytes -= info->allocated_blocks * POISON_OVERHEAD; in multi_heap_get_info()