mirror of
https://github.com/isar/libmdbx.git
synced 2025-11-07 07:18:56 +08:00
mdbx: новый код обновления GC.
This commit is contained in:
@@ -30,8 +30,10 @@ typedef struct iov_ctx iov_ctx_t;
|
||||
|
||||
#if UINTPTR_MAX > 0xffffFFFFul || ULONG_MAX > 0xffffFFFFul || defined(_WIN64)
|
||||
#define MDBX_WORDBITS 64
|
||||
#define MDBX_WORDBITS_LN2 6
|
||||
#else
|
||||
#define MDBX_WORDBITS 32
|
||||
#define MDBX_WORDBITS_LN2 5
|
||||
#endif /* MDBX_WORDBITS */
|
||||
|
||||
#include "options.h"
|
||||
|
||||
Reference in New Issue
Block a user