Searched refs:mMemoryRegistration (Results 1 – 1 of 1) sorted by relevance
42 private final MemoryRegistration mMemoryRegistration; field in SharedMemory62 mMemoryRegistration = new MemoryRegistration(mSize); in SharedMemory()64 new Closer(mFileDescriptor, mMemoryRegistration)); in SharedMemory()227 Runnable unmapper = new Unmapper(address, length, mMemoryRegistration.acquire()); in map()