File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -567,8 +567,8 @@ int mdb_env_create(MDB_env **env);
567
567
* code (that used the heap and subsequently freed the memory) into the
568
568
* data file. Note that many other system libraries may allocate
569
569
* and free memory from the heap for arbitrary uses. E.g., stdio may
570
- * use the heap for file I/O buffers. This initialization step comes
571
- * at some performance cost so some applications may want to disable
570
+ * use the heap for file I/O buffers. This initialization step has a
571
+ * modest performance cost so some applications may want to disable
572
572
* it using this flag. This option can be a problem for applications
573
573
* which handle sensitive data like passwords, and it makes memory
574
574
* checkers like Valgrind noisy. This flag is not needed with #MDB_WRITEMAP,
You can’t perform that action at this time.
0 commit comments