lava / linear_ringbuffer

A C++ ringbuffer that always looks like a flat array
GNU Affero General Public License v3.0
81 stars 13 forks source link

compile error in macos #3

Open cartler opened 8 months ago

cartler commented 8 months ago

There doesn't seem to be a mremap in macos

lava commented 7 months ago

Hm, in that case this library is probably linux-only, I don't see a way to implement it without using mremap(). Sorry about that :/