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

/fuchsia/zircon/system/utest/zbi/
H A Dzbi.cpp55 const size_t kAllocSize = sizeof(test_zbi_t) + extra_bytes; local
56 test_zbi_t* result = reinterpret_cast<test_zbi_t*>(malloc(kAllocSize));
62 memset(result, 0xab, kAllocSize);

Completed in 17 milliseconds