Searched refs:int32_array_size (Results 1 – 1 of 1) sorted by relevance
21 const std::size_t int32_array_size = Random() % max_array_size; in test_allocator() local22 auto handle_to_int32_array = a->Reserve<std::int32_t>(int32_array_size); in test_allocator()36 reinterpret_cast<std::uintptr_t>(int32_array + int32_array_size)); in test_allocator()37 memset(int32_array, 0, sizeof(*int32_array) * int32_array_size); in test_allocator()