![]() |
Signet Forge 0.1.0
C++20 Parquet library with AI-native extensions
|
DEMO |
Functions | |
| bool | lock_memory (void *ptr, size_t size) |
| Lock a memory region so it is not paged to swap. | |
| void | unlock_memory (void *ptr, size_t size) |
| Unlock a previously locked memory region. | |
| void | secure_zero (void *ptr, size_t size) |
| Securely zero a memory region (not optimized out by the compiler). | |
|
inline |
Lock a memory region so it is not paged to swap.
Definition at line 273 of file cipher_interface.hpp.
|
inline |
Securely zero a memory region (not optimized out by the compiler).
Definition at line 303 of file cipher_interface.hpp.
|
inline |
Unlock a previously locked memory region.
Definition at line 289 of file cipher_interface.hpp.