mdb_size_t typedef

mdb_size_t = Size

Unsigned type used for mapsize, entry counts and page/transaction IDs.

It is normally size_t, hence the name. Defining MDB_VL32 makes it uint64_t, but do not try this unless you know what you are doing.

Implementation

typedef mdb_size_t = ffi.Size;