HomeSort by relevance Sort by last modified time
    Searched refs:FilePersistentMemoryAllocator (Results 1 - 5 of 5) sorted by null

  /external/libchrome/base/metrics/
persistent_memory_allocator.h 324 // nothing but is used by the FilePersistentMemoryAllocator to inform the
    [all...]
persistent_memory_allocator_unittest.cc 722 //----- FilePersistentMemoryAllocator ------------------------------------------
755 FilePersistentMemoryAllocator file(std::move(mmfile), 0, 0, "", false);
811 FilePersistentMemoryAllocator allocator(std::move(mmfile), region.size, 0,
830 EXPECT_TRUE(FilePersistentMemoryAllocator::IsFileAcceptable(*mmfile, true));
832 FilePersistentMemoryAllocator::IsFileAcceptable(*mmfile, false));
874 if (FilePersistentMemoryAllocator::IsFileAcceptable(*mmfile, read_only)) {
877 FilePersistentMemoryAllocator allocator(std::move(mmfile), 0, 0, "",
916 if (FilePersistentMemoryAllocator::IsFileAcceptable(*mmfile, read_only))
    [all...]
persistent_memory_allocator.cc     [all...]
persistent_histogram_allocator.cc 698 !FilePersistentMemoryAllocator::IsFileAcceptable(*mmfile, true)) {
703 std::make_unique<FilePersistentMemoryAllocator>(std::move(mmfile), size,
    [all...]
  /external/libchrome/base/debug/
activity_tracker.cc     [all...]

Completed in 142 milliseconds