Searched refs:kExtraBytes (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/utest/zbi/
H A Dzbi.cpp220 // Allocate an additional kExtraBytes at the end of the ZBI to test
222 const size_t kExtraBytes = sizeof(zbi_header_t) + sizeof(kAppendRD); local
223 uint8_t* test_zbi = get_test_zbi_extra(kExtraBytes);
236 const size_t kBufferSize = sizeof(test_zbi_t) + kExtraBytes;
267 const size_t kExtraBytes = sizeof(zbi_header_t) + kMaxAppendPayloadSize; local
268 const size_t kZbiSize = sizeof(test_zbi_t) + kExtraBytes;
271 uint8_t* test_zbi = get_test_zbi_extra(kExtraBytes + kExtraSentinelLength);

Completed in 25 milliseconds