add initial primitive api for locks
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
static void msleep(unsigned long msecs) { Sleep(msecs); }
|
||||
#else
|
||||
#include <unistd.h>
|
||||
@@ -43,7 +43,7 @@ static void test_stl_allocators();
|
||||
|
||||
int main() {
|
||||
// mi_stats_reset(); // ignore earlier allocations
|
||||
|
||||
|
||||
test_std_string();
|
||||
// heap_thread_free_huge();
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user