elast0ny / shared_memory

A Rust wrapper around native shared memory for Linux and Windows
380 stars 51 forks source link

How to resize the mapping after creation? #106

Open alshdavid opened 10 months ago

alshdavid commented 10 months ago

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?