mirror of
https://github.com/fluencelabs/redis
synced 2025-06-12 16:51:22 +00:00
Jemalloc upgraded to version 5.0.1.
This commit is contained in:
11
deps/jemalloc/msvc/test_threads/test_threads_main.cpp
vendored
Normal file
11
deps/jemalloc/msvc/test_threads/test_threads_main.cpp
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
#include "test_threads.h"
|
||||
#include <future>
|
||||
#include <functional>
|
||||
#include <chrono>
|
||||
|
||||
using namespace std::chrono_literals;
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
int rc = test_threads();
|
||||
return rc;
|
||||
}
|
Reference in New Issue
Block a user