Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/tests/lib/
H A Dbootmem-test.c155 const size_t required_unused_space_size = lb_mem_max_size - expected_allocation_size; in test_bootmem_write_mem_table() local
160 u8 sentinel_value_buffer[required_unused_space_size]; in test_bootmem_write_mem_table()
161 memset(sentinel_value_buffer, 0x77, required_unused_space_size); in test_bootmem_write_mem_table()
167 memset(((u8 *)lb_mem) + expected_allocation_size, 0x77, required_unused_space_size); in test_bootmem_write_mem_table()
176 required_unused_space_size); in test_bootmem_write_mem_table()