mirror of
https://github.com/isar/libmdbx.git
synced 2025-10-18 10:32:48 +08:00
mdbx: fix minor spelling.
Change-Id: Ibab66dc18c92b0ac4fa705e10befb34e268ee1f7
This commit is contained in:
6
mdbx.h
6
mdbx.h
@@ -1037,12 +1037,12 @@ enum MDBX_env_flags_t {
|
||||
*/
|
||||
MDBX_NORDAHEAD = UINT32_C(0x800000),
|
||||
|
||||
/** Don't initialize malloc'd memory before writing to datafile.
|
||||
/** Don't initialize malloc'ed memory before writing to datafile.
|
||||
*
|
||||
* Don't initialize malloc'd memory before writing to unused spaces in the
|
||||
* Don't initialize malloc'ed memory before writing to unused spaces in the
|
||||
* data file. By default, memory for pages written to the data file is
|
||||
* obtained using malloc. While these pages may be reused in subsequent
|
||||
* transactions, freshly malloc'd pages will be initialized to zeroes before
|
||||
* transactions, freshly malloc'ed pages will be initialized to zeroes before
|
||||
* use. This avoids persisting leftover data from other code (that used the
|
||||
* heap and subsequently freed the memory) into the data file.
|
||||
*
|
||||
|
Reference in New Issue
Block a user