mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-09 12:12:41 +01:00
allocators: split allocators and pagelocker
Pagelocker is only needed for secure (usually wallet) operations, so don't make the zero-after-free allocator depend on it.
This commit is contained in:
committed by
Wladimir J. van der Laan
parent
c7abfa595d
commit
d7d187e8a4
@@ -4,7 +4,7 @@
|
||||
|
||||
#include "util.h"
|
||||
|
||||
#include "allocators.h"
|
||||
#include "support/allocators/secure.h"
|
||||
#include "test/test_bitcoin.h"
|
||||
|
||||
#include <boost/test/unit_test.hpp>
|
||||
|
||||
Reference in New Issue
Block a user