Add mlockall use
commit46209ea5919b98305cc5fb15a663dc36f1ba2632
authorVinícius Rodrigues Miguel <lemao.vrm07@hotmail.com>
Wed, 7 Jul 2021 16:37:16 +0000 (7 13:37 -0300)
committerVinícius Rodrigues Miguel <lemao.vrm07@hotmail.com>
Wed, 7 Jul 2021 16:37:16 +0000 (7 13:37 -0300)
treef5fb14b7348d825bbc92befc791d6f74f7e54146
parent6e1b9dc6b61d26b93948dc8f43952a912474e739
Add mlockall use
src/error.rs
src/main.rs
src/memory/mem_info.rs [moved from src/mem_info.rs with 100% similarity]
src/memory/mem_lock.rs [new file with mode: 0644]
src/memory/mod.rs [new file with mode: 0644]
src/utils.rs