Home
last modified time | relevance | path

Searched refs:GetSizeInternal (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/base/trace_event/
Dmemory_allocator_dump.h108 uint64_t GetSizeInternal() const;
Dmemory_allocator_dump.cc93 uint64_t MemoryAllocatorDump::GetSizeInternal() const { in GetSizeInternal() function in base::trace_event::MemoryAllocatorDump
Dmemory_allocator_dump_unittest.cc131 EXPECT_EQ(1u, dump->GetSizeInternal()); in TEST()
/external/libchrome/base/memory/
Ddiscardable_shared_memory_unittest.cc447 EXPECT_EQ(shm_dump->GetSizeInternal(), client_dump->GetSizeInternal()); in TEST()
Ddiscardable_shared_memory.cc451 size_t resident_size = shared_memory_dump->GetSizeInternal(); in CreateSharedMemoryOwnershipEdge()