mirror of
https://github.com/mangosfour/server.git
synced 2025-12-23 07:37:01 +00:00
You should add two libraries into your server binaries: tbb.so/tbbmalloc.so on *nix and tbb(_debug).dll/tbbmalloc(_debug).dll on Windows!!! Define USE_STANDARD_MALLOC while compiling 'framework' project to use OS' default memory allocator! Signed-off-by: Ambal <pogrebniak@gala.net> |
||
|---|---|---|
| .. | ||
| concurrent_queue_v2.cpp | ||
| concurrent_queue_v2.h | ||
| concurrent_vector_v2.cpp | ||
| concurrent_vector_v2.h | ||
| spin_rw_mutex_v2.cpp | ||
| spin_rw_mutex_v2.h | ||
| test_concurrent_queue_v2.cpp | ||
| test_concurrent_vector_v2.cpp | ||
| test_mutex_v2.cpp | ||