Skip to content

Use region_t's for mapped memory #594

@eyalroz

Description

@eyalroz

The cuda::memory::mapped::region_pair structure uses two raw pointers and a size field. Instead, let's make it a pair of memory::region_t's. Yes, it is a bit "wasteful" - another size_t value; but much more usable, and the pair might be optimized away, anyway.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions