Searched refs:alignment_to_use (Results 1 – 1 of 1) sorted by relevance
135 const size_t alignment_to_use = (alignment() != 0) ? alignment() : 64; in allocate() local138 … _memory.set_owned_region(std::make_unique<MemoryRegion>(info().total_size(), alignment_to_use)); in allocate()142 … _associated_memory_group->finalize_memory(_owner, _memory, info().total_size(), alignment_to_use); in allocate()