shared_memory
shared_memory copied to clipboard
How to resize the mapping after creation?
I am storing a dynamically sized value inside the memory mapping that may grow beyond the boundary of the statically allocated size at creation.
How do you resize the mapping?