Home | History | Annotate | Download | only in metrics

Lines Matching refs:SharedMemory

107   SharedMemory* shared_memory() { return shared_memory_.get(); }
137 explicit Internal(SharedMemory* shared_memory)
147 // Create or open the SharedMemory used by the stats table.
148 static SharedMemory* CreateSharedMemory(
160 scoped_ptr<SharedMemory> shared_memory_;
177 scoped_ptr<SharedMemory> shared_memory(CreateSharedMemory(table, size));
199 SharedMemory* StatsTable::Internal::CreateSharedMemory(
205 return new SharedMemory(table, false);
208 scoped_ptr<SharedMemory> shared_memory(new SharedMemory());
213 scoped_ptr<SharedMemory> shared_memory(new SharedMemory());
612 return SharedMemory::NULLHandle();