1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-06-09 14:07:45 +02:00
Andrew Gallant dbf6f15625
mmap: handle ENOMEM error
This commit causes a memory map strategy to fall back to a file backed
strategy if the mmap call fails with an `ENOMEM` error.

Fixes #852
2018-03-10 08:13:27 -05:00
..
2018-02-23 12:18:15 -05:00
2018-02-06 12:07:59 -05:00
2018-02-04 10:40:20 -05:00
2018-01-01 09:22:35 -05:00
2018-02-04 10:40:20 -05:00
2018-02-04 10:40:20 -05:00
2016-12-23 14:53:35 -05:00
2018-02-20 07:10:03 -05:00
2018-01-01 09:22:35 -05:00
2018-03-10 08:13:27 -05:00