Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
f39bceb8
Commit
f39bceb8
authored
Nov 12, 2013
by
Howard Chu
Browse files
Doc tweak
Measured perf cost of meminit was 7% worst case on an Intel Core2 system. YMMV.
parent
3e40d0c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/liblmdb/lmdb.h
View file @
f39bceb8
...
...
@@ -567,8 +567,8 @@ int mdb_env_create(MDB_env **env);
* code (that used the heap and subsequently freed the memory) into the
* data file. Note that many other system libraries may allocate
* and free memory from the heap for arbitrary uses. E.g., stdio may
* use the heap for file I/O buffers. This initialization step
comes
*
at some
performance cost so some applications may want to disable
* use the heap for file I/O buffers. This initialization step
has a
*
modest
performance cost so some applications may want to disable
* it using this flag. This option can be a problem for applications
* which handle sensitive data like passwords, and it makes memory
* checkers like Valgrind noisy. This flag is not needed with #MDB_WRITEMAP,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment