Lines Matching refs:allocated_bytes
61 zassert_equal(stats.allocated_bytes, 0, in ZTEST()
63 stats.allocated_bytes); in ZTEST()
79 zassert_equal(stats.allocated_bytes, 3 * BLK_SZ, in ZTEST()
81 3 * BLK_SZ, stats.allocated_bytes); in ZTEST()
97 zassert_equal(stats.allocated_bytes, 1 * BLK_SZ, in ZTEST()
99 1 * BLK_SZ, stats.allocated_bytes); in ZTEST()
115 zassert_equal(stats.allocated_bytes, 2 * BLK_SZ, in ZTEST()
117 2 * BLK_SZ, stats.allocated_bytes); in ZTEST()
134 zassert_equal(stats.allocated_bytes, 2 * BLK_SZ, in ZTEST()
136 2 * BLK_SZ, stats.allocated_bytes); in ZTEST()
152 zassert_equal(stats.allocated_bytes, 0, in ZTEST()
154 0, stats.allocated_bytes); in ZTEST()