Merge "base: Add MmapFile as a synonym for MappedFile"
This commit is contained in:
commit
727762ef07
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ namespace android {
|
|||
namespace base {
|
||||
|
||||
/**
|
||||
* A region of a file mapped into memory.
|
||||
* A region of a file mapped into memory, also known as MmapFile.
|
||||
*/
|
||||
class MappedFile {
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue