diff options
author | Jack Lloyd <[email protected]> | 2015-12-05 13:10:59 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2015-12-05 13:10:59 -0500 |
commit | f75ae7463a7f300a0b2a95693062b7129b6cc53d (patch) | |
tree | faec9ed28956bcd2dda6e8d26f4ba094678bb454 /src/lib/utils/info.txt | |
parent | 2a472e9b33617afa62f5f899ec7eba90eb2f7ece (diff) |
Add OS utility header
Provide abstractions for the locking allocator (allocate and free
locked pages) to decouple it from the platform dependent code. Should
make it easy to write a Windows version using VirtualAlloc+VirtualLock.
Exposes max mlock limit as a build.h toggle
Diffstat (limited to 'src/lib/utils/info.txt')
-rw-r--r-- | src/lib/utils/info.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/utils/info.txt b/src/lib/utils/info.txt index 228fccd82..348992ddf 100644 --- a/src/lib/utils/info.txt +++ b/src/lib/utils/info.txt @@ -25,6 +25,7 @@ bit_ops.h ct_utils.h donna128.h filesystem.h +os_utils.h prefetch.h rounding.h semaphore.h |