diff --git a/examples/mlock.py b/examples/mlock.py index 254a81e..bea1fd2 100644 --- a/examples/mlock.py +++ b/examples/mlock.py @@ -1,5 +1,8 @@ import numpy as np +import array import platform +import random +from zeroize import zeroize1, mlock, munlock def setup_memory_limit():