24 uint32_t* ints =
reinterpret_cast<uint32_t*
>(memory->
get_block());
25 uint64_t count = memory->
get_size() /
sizeof(uint32_t);
26 for (uint64_t i = 0; i < count; ++i) {
Root package of FOEDUS (Fast Optimistic Engine for Data Unification Services).
void * get_block() const
Returns the memory block.
uint64_t get_size() const
Returns the byte size of the memory block.
Represents one memory block aligned to actual OS/hardware pages.