Searched refs:allocated_blocks (Results 1 – 5 of 5) sorted by relevance
120 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 …]
174 size_t allocated_blocks; ///< Number of (variable size) blocks allocated in the heap. member
506 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()
349 info->allocated_blocks++; in multi_heap_get_info_tlsf()
366 info->total_allocated_bytes -= info->allocated_blocks * POISON_OVERHEAD; in multi_heap_get_info()