Home
last modified time | relevance | path

Searched refs:IsSharedMemoryAcceptable (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/metrics/
Dpersistent_memory_allocator.h389 static bool IsSharedMemoryAcceptable(const SharedMemory& memory);
Dpersistent_histogram_allocator.cc725 !SharedPersistentMemoryAllocator::IsSharedMemoryAcceptable(*memory)) { in CreateWithSharedMemory()
743 !SharedPersistentMemoryAllocator::IsSharedMemoryAcceptable(*shm)) { in CreateWithSharedMemoryHandle()
Dpersistent_memory_allocator.cc797 bool SharedPersistentMemoryAllocator::IsSharedMemoryAcceptable( in IsSharedMemoryAcceptable() function in base::SharedPersistentMemoryAllocator