Trees | Indices | Help |
|
---|
|
Wrapper around mlockall(2).
|
|||
|
|
|||
ctypes = None
|
|||
_MCL_CURRENT = 1
|
|||
_MCL_FUTURE = 2
|
Imports: os, logging, errors
|
Lock current process' virtual address space into RAM. This is equivalent to the C call mlockall(MCL_CURRENT|MCL_FUTURE), see mlock(2) for more details. This function requires ctypes module.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Oct 27 14:18:49 2011 | http://epydoc.sourceforge.net |