Searched refs:GetSizeInternal (Results 1 – 5 of 5) sorted by relevance
108 uint64_t GetSizeInternal() const;
93 uint64_t MemoryAllocatorDump::GetSizeInternal() const { in GetSizeInternal() function in base::trace_event::MemoryAllocatorDump
131 EXPECT_EQ(1u, dump->GetSizeInternal()); in TEST()
447 EXPECT_EQ(shm_dump->GetSizeInternal(), client_dump->GetSizeInternal()); in TEST()
451 size_t resident_size = shared_memory_dump->GetSizeInternal(); in CreateSharedMemoryOwnershipEdge()