Home
last modified time | relevance | path

Searched defs:mapped_memory (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/mojo/core/
Dplatform_shared_memory_mapping.cc53 void* mapped_memory = nullptr; in PlatformSharedMemoryMapping() local
/external/cronet/base/memory/
Dshared_memory_tracker.cc91 void* mapped_memory, in GetOrCreateSharedMemoryDumpInternal()
/external/libchrome/base/memory/
Dshared_memory_tracker.cc108 void* mapped_memory, in GetOrCreateSharedMemoryDumpInternal()
/external/crosvm/rutabaga_gfx/src/rutabaga_gralloc/
Dvulkano_gralloc.rs73 mapped_memory: MappedDeviceMemory, field
505 let mapped_memory = MappedDeviceMemory::new(device_memory, 0..size)?; in import_and_map() localVariable
/external/google-breakpad/src/common/linux/tests/
Dcrash_generator.cc139 void* mapped_memory = mmap(0, memory_size, PROT_READ | PROT_WRITE, in MapSharedMemory() local