Added class NUMAMemoryPool.
This commit is contained in:
parent
0e0a26f644
commit
2dc4ceae29
5 changed files with 199 additions and 6 deletions
|
@ -119,8 +119,13 @@ set(SOURCES_CRYPTO
|
|||
)
|
||||
|
||||
if (WITH_HWLOC)
|
||||
list(APPEND HEADERS_CRYPTO
|
||||
src/crypto/common/NUMAMemoryPool.h
|
||||
)
|
||||
|
||||
list(APPEND SOURCES_CRYPTO
|
||||
src/crypto/common/VirtualMemory_hwloc.cpp
|
||||
src/crypto/common/NUMAMemoryPool.cpp
|
||||
src/crypto/common/VirtualMemory_hwloc.cpp
|
||||
)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue