| /Zephyr-latest/tests/drivers/mm/sys_mm_drv_bank/src/ | 
| D | main.c | 26 	zassert_equal(stats->max_allocated_bytes, expected->max_allocated_bytes,  in test_stats()28 		      stats->max_allocated_bytes,  in test_stats()
 29 		      expected->max_allocated_bytes);  in test_stats()
 44 	expected.max_allocated_bytes = EXPECTED(BANK_PAGES);  in ZTEST()
 56 	expected.max_allocated_bytes = EXPECTED(0);  in ZTEST()
 74 	expected.max_allocated_bytes = EXPECTED(2);  in ZTEST()
 86 	expected.max_allocated_bytes = EXPECTED(2);  in ZTEST()
 98 	expected.max_allocated_bytes = EXPECTED(2);  in ZTEST()
 108 	expected.max_allocated_bytes = EXPECTED(3);  in ZTEST()
 120 	expected.max_allocated_bytes = EXPECTED(3);  in ZTEST()
 [all …]
 
 | 
| /Zephyr-latest/tests/lib/mem_blocks_stats/src/ | 
| D | main.c | 64 	zassert_equal(stats.max_allocated_bytes, 0,  in ZTEST()66 		      stats.max_allocated_bytes);  in ZTEST()
 82 	zassert_equal(stats.max_allocated_bytes, 3 * BLK_SZ,  in ZTEST()
 84 		      3 * BLK_SZ, stats.max_allocated_bytes);  in ZTEST()
 100 	zassert_equal(stats.max_allocated_bytes, 3 * BLK_SZ,  in ZTEST()
 102 		      3 * BLK_SZ, stats.max_allocated_bytes);  in ZTEST()
 118 	zassert_equal(stats.max_allocated_bytes, 3 * BLK_SZ,  in ZTEST()
 120 		      3 * BLK_SZ, stats.max_allocated_bytes);  in ZTEST()
 137 	zassert_equal(stats.max_allocated_bytes, 2 * BLK_SZ,  in ZTEST()
 139 		      2 * BLK_SZ, stats.max_allocated_bytes);  in ZTEST()
 [all …]
 
 | 
| /Zephyr-latest/tests/kernel/mem_slab/mslab_stats/src/ | 
| D | main.c | 60 	zassert_equal(stats.max_allocated_bytes, 0,  in ZTEST()62 		      stats.max_allocated_bytes);  in ZTEST()
 84 	zassert_equal(stats.max_allocated_bytes, 3 * BLK_SZ,  in ZTEST()
 86 		      3 * BLK_SZ, stats.max_allocated_bytes);  in ZTEST()
 102 	zassert_equal(stats.max_allocated_bytes, 3 * BLK_SZ,  in ZTEST()
 104 		      3 * BLK_SZ, stats.max_allocated_bytes);  in ZTEST()
 120 	zassert_equal(stats.max_allocated_bytes, 3 * BLK_SZ,  in ZTEST()
 122 		      3 * BLK_SZ, stats.max_allocated_bytes);  in ZTEST()
 139 	zassert_equal(stats.max_allocated_bytes, 2 * BLK_SZ,  in ZTEST()
 141 		      2 * BLK_SZ, stats.max_allocated_bytes);  in ZTEST()
 [all …]
 
 | 
| /Zephyr-latest/lib/heap/ | 
| D | heap_stats.c | 20 	stats->max_allocated_bytes = heap->heap->max_allocated_bytes;  in sys_heap_runtime_stats_get()31 	heap->heap->max_allocated_bytes = heap->heap->allocated_bytes;  in sys_heap_runtime_stats_reset_max()
 
 | 
| D | heap.c | 20 	h->max_allocated_bytes = MAX(h->max_allocated_bytes, h->allocated_bytes);  in increase_allocated_bytes()517 	h->max_allocated_bytes = 0;  in sys_heap_init()
 
 | 
| D | heap.h | 75 	size_t max_allocated_bytes;  member
 | 
| /Zephyr-latest/tests/kernel/obj_core/obj_core_stats/src/ | 
| D | main.c | 449 	zassert_equal(query.max_allocated_bytes, expected->max_allocated_bytes,  in test_mem_block_query()451 		      str, expected->max_allocated_bytes,  in test_mem_block_query()
 452 		      query.max_allocated_bytes);  in test_mem_block_query()
 467 		.max_allocated_bytes = 0  in ZTEST()
 495 	query.max_allocated_bytes += 32;  in ZTEST()
 510 	query.max_allocated_bytes += 32;  in ZTEST()
 533 	query.max_allocated_bytes = query.allocated_bytes;  in ZTEST()
 607 	zassert_equal(query.max_allocated_bytes, expected->max_allocated_bytes,  in test_mem_slab_query()
 609 		      str, expected->max_allocated_bytes,  in test_mem_slab_query()
 610 		      query.max_allocated_bytes);  in test_mem_slab_query()
 [all …]
 
 | 
| /Zephyr-latest/include/zephyr/sys/ | 
| D | mem_stats.h | 27 	size_t  max_allocated_bytes;  member
 | 
| /Zephyr-latest/subsys/shell/modules/kernel_service/ | 
| D | heap.c | 31 	shell_print(sh, "max. allocated: %zu", stats.max_allocated_bytes);  in cmd_kernel_heap()
 | 
| /Zephyr-latest/drivers/mm/ | 
| D | mm_drv_bank.c | 52 	stats->max_allocated_bytes = bank->max_mapped_pages *  in sys_mm_drv_bank_stats_get()
 | 
| /Zephyr-latest/kernel/ | 
| D | mem_slab.c | 55 	ptr->max_allocated_bytes = slab->info.max_used * slab->info.block_size;  in k_mem_slab_stats_query()57 	ptr->max_allocated_bytes = 0;  in k_mem_slab_stats_query()
 314 	stats->max_allocated_bytes = slab->info.max_used *  in k_mem_slab_runtime_stats_get()
 317 	stats->max_allocated_bytes = 0;  in k_mem_slab_runtime_stats_get()
 
 | 
| /Zephyr-latest/samples/basic/sys_heap/src/ | 
| D | main.c | 50 		stats.max_allocated_bytes, HEAP_SIZE);  in print_sys_memory_stats()
 | 
| /Zephyr-latest/modules/lvgl/ | 
| D | lvgl.c | 215 	mon_p->max_used = stats.max_allocated_bytes;  in lv_mem_monitor_core()
 | 
| /Zephyr-latest/lib/mem_blocks/ | 
| D | mem_blocks.c | 442 	stats->max_allocated_bytes = mem_block->info.max_used_blocks <<  in sys_mem_blocks_runtime_stats_get()491 	ptr->max_allocated_bytes = block->info.max_used_blocks <<  in sys_mem_blocks_stats_query()
 
 |