|
The Pedigree Project 0.1
|
Collaboration diagram for File::CacheState:Public Attributes | |
| HashTable< DataCacheKey, uintptr_t > | data |
| Mutex | indexLock |
| Cache | fill |
| Mutex | fillLock |
| size_t | executableMappings = 0 |
| size_t | sharedWriteMappings = 0 |
| HashTable<DataCacheKey, uintptr_t> File::CacheState::data |