Home | History | Annotate | Download | only in utils

Lines Matching defs:FileMap

40  * TODO: we should be able to create a new FileMap that is a subset of
41 * an existing FileMap and shares the underlying mapped pages. Requires
43 * of a FileMap hierarchy.
45 class FileMap {
47 FileMap(void);
83 FileMap* acquire(void) { mRefCount++; return this; }
110 ~FileMap(void);
114 FileMap(const FileMap& src);
115 const FileMap& operator=(const FileMap& src);