goldsborough / ipc-bench

:racehorse: Benchmarks for Inter-Process-Communication Techniques
MIT License
687 stars 108 forks source link

Fix wrong memory allocation size #21

Closed jeremysanders closed 4 years ago

jeremysanders commented 4 years ago

I'm getting a crash in the domain benchmark. I think the size of the malloc is wrong. This is a simple one line fix.

alexandervanrenen commented 4 years ago

Yeah, that seems very reasonable, thanks for the fix ! 👍