mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-24 22:03:07 +00:00
Define _CRT_SPINCOUNT in test/src/mtx.c like in src/mutex.c
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
#include "test/jemalloc_test.h"
|
#include "test/jemalloc_test.h"
|
||||||
|
|
||||||
|
#ifndef _CRT_SPINCOUNT
|
||||||
|
#define _CRT_SPINCOUNT 4000
|
||||||
|
#endif
|
||||||
|
|
||||||
bool
|
bool
|
||||||
mtx_init(mtx_t *mtx)
|
mtx_init(mtx_t *mtx)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user