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

  /external/libchrome/base/metrics/
persistent_memory_allocator.h 401 class BASE_EXPORT FilePersistentMemoryAllocator
407 FilePersistentMemoryAllocator(std::unique_ptr<MemoryMappedFile> file,
412 ~FilePersistentMemoryAllocator() override;
423 DISALLOW_COPY_AND_ASSIGN(FilePersistentMemoryAllocator);
persistent_memory_allocator_unittest.cc 611 //----- FilePersistentMemoryAllocator ------------------------------------------
644 FilePersistentMemoryAllocator file(std::move(mmfile), 0, 0, "", true);
695 FilePersistentMemoryAllocator allocator(std::move(mmfile), region.size, 0,
714 EXPECT_TRUE(FilePersistentMemoryAllocator::IsFileAcceptable(*mmfile, true));
716 FilePersistentMemoryAllocator::IsFileAcceptable(*mmfile, false));
758 if (FilePersistentMemoryAllocator::IsFileAcceptable(*mmfile, read_only)) {
761 FilePersistentMemoryAllocator allocator(std::move(mmfile), 0, 0, "",
799 if (FilePersistentMemoryAllocator::IsFileAcceptable(*mmfile, read_only)) {
802 FilePersistentMemoryAllocator allocator(std::move(mmfile), 0, 0, "",
persistent_memory_allocator.cc 804 //----- FilePersistentMemoryAllocator ------------------------------------------
    [all...]
persistent_histogram_allocator.cc 707 !FilePersistentMemoryAllocator::IsFileAcceptable(*mmfile, true)) {
713 WrapUnique(new FilePersistentMemoryAllocator(
    [all...]

Completed in 67 milliseconds