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/locking_allocator/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/locking_allocator/info.txt')
-rw-r--r-- | src/lib/utils/locking_allocator/info.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/lib/utils/locking_allocator/info.txt b/src/lib/utils/locking_allocator/info.txt index d3b5e86f8..c815bdbcc 100644 --- a/src/lib/utils/locking_allocator/info.txt +++ b/src/lib/utils/locking_allocator/info.txt @@ -1,10 +1 @@ define LOCKING_ALLOCATOR 20131128 - -<os> -android -linux -freebsd -netbsd -openbsd -solaris -</os> |