diff options
author | lloyd <[email protected]> | 2012-05-22 14:20:26 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2012-05-22 14:20:26 +0000 |
commit | ed3ecaae0dfbc120a2f8ccbf255a5ea8f163ec0e (patch) | |
tree | 7e18a3ed8826ce71c80095e1b05381d113362ef0 /src/build-data | |
parent | 8383b0b503c812e45f2780217b048a19a8946853 (diff) |
Remove a debug call in secmem.h.
Add a new mlock allocator which is far superior to the previous one
both in terms of behavior (will lock exactly as much memory as we can
actually mlock and will fall back to new/delete in all other cases),
and much better and much simpler freelist than the old mem_pool code.
Currently we only support systems with mmap+mlock, however it should
be easy to extend to also support Windows VirtualLock if desired.
Diffstat (limited to 'src/build-data')
0 files changed, 0 insertions, 0 deletions