Searched defs:FileMap (Results 1 - 4 of 4) sorted by relevance

/system/core/libutils/
H A DFileMap.cpp23 #include <utils/FileMap.h>
47 /*static*/ long FileMap::mPageSize = -1;
50 FileMap::FileMap(void) function in class:FileMap
65 FileMap::FileMap(FileMap&& other) function in class:FileMap
82 FileMap& FileMap::operator=(FileMap
[all...]
/system/extras/mmap-perf/
H A DmmapPerf.cpp47 class FileMap { class
58 FileMap(const string &name, size_t size, Hint hint = FILE_MAP_HINT_NONE) : m_name{name}, m_size{size} { function in class:FileMap
107 ~FileMap() {
115 FileMap file{"/data/local/tmp/mmap_test", fsize};
125 FileMap file{"/data/local/tmp/mmap_test", fsize};
135 FileMap file{"/data/local/tmp/mmap_test", fsize};
146 FileMap file{"/data/local/tmp/mmap_test", fsize};
/system/core/include/utils/
H A DFileMap.h46 * TODO: we should be able to create a new FileMap that is a subset of
47 * an existing FileMap and shares the underlying mapped pages. Requires
49 * of a FileMap hierarchy.
51 class FileMap { class in namespace:android
53 FileMap(void);
55 FileMap(FileMap&& f);
56 FileMap& operator=(FileMap&& f);
69 ~FileMap(voi
[all...]
/system/core/libutils/include/utils/
H A DFileMap.h46 * TODO: we should be able to create a new FileMap that is a subset of
47 * an existing FileMap and shares the underlying mapped pages. Requires
49 * of a FileMap hierarchy.
51 class FileMap { class in namespace:android
53 FileMap(void);
55 FileMap(FileMap&& f);
56 FileMap& operator=(FileMap&& f);
69 ~FileMap(voi
[all...]

Completed in 98 milliseconds