mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-24 13:53:11 +00:00
Fix NSTIME_MONOTONIC for win32 implementation
This commit is contained in:
@@ -172,7 +172,7 @@ nstime_ns_since(const nstime_t *past) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
# define NSTIME_MONOTONIC true
|
# define NSTIME_MONOTONIC false
|
||||||
static void
|
static void
|
||||||
nstime_get(nstime_t *time) {
|
nstime_get(nstime_t *time) {
|
||||||
FILETIME ft;
|
FILETIME ft;
|
||||||
|
|||||||
Reference in New Issue
Block a user