fancy-pointers Questions

2

I am attempting to implement an Allocator which allows me to use a 'fancy' pointer along the lines of boost::interprocess::offset_ptr with STL types. As a self contained template the pointer itself...
Gabrielgabriela asked 24/5, 2022 at 1:58

1

Solved

I'm working on a segment-based memory allocator for C++. In this allocator, when you deallocate a chunk of memory, you have to know which segment it came from. Therefore, I'm storing a pointer to t...
Tawnytawnya asked 16/7, 2017 at 19:28
1

© 2022 - 2024 — McMap. All rights reserved.