Public Member Functions | |
MemoryLockObject (void) | |
bool | setMemoryLock (bool enable) |
smol::MemoryLockObject::MemoryLockObject | ( | void | ) |
Constructor for a MemoryLockObject.
bool smol::MemoryLockObject::setMemoryLock | ( | bool | enable | ) |
This function pin/unpin the memory that is associated with this object.
enable | True to pinning the object to memory and false for unpinning the object again. |