| 66 | } |
| 67 | |
| 68 | double TransTableTestBase::GetInitialMemoryUsage(TransTable* table) |
| 69 | { |
| 70 | return table ? table->memory_in_use() : 0.0; |
| 71 | } |
| 72 | |
| 73 | // MemoryTracker implementation |
| 74 | MemoryTracker::MemoryTracker(TransTable* table) |
nothing calls this directly
no test coverage detected