Beispiel #1
0
 public static int mdb_env_set_mapsize(IntPtr env, long size)
 {
     return(check(LmdbMethods.mdb_env_set_mapsize(env, new IntPtr(size))));
 }