mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
comment
This commit is contained in:
parent
65f426f218
commit
984e62f550
@ -81,7 +81,9 @@ namespace mongo {
|
||||
}
|
||||
}
|
||||
|
||||
/* leave room for some stuff later */
|
||||
/** leave room for some stuff later
|
||||
@return point to region that was skipped. pointer may change later (on realloc), so for immediate use only
|
||||
*/
|
||||
char* skip(int n) { return grow(n); }
|
||||
|
||||
/* note this may be deallocated (realloced) if you keep writing. */
|
||||
|
Loading…
Reference in New Issue
Block a user