| 225 | } |
| 226 | |
| 227 | bool isHashBuildMemoryPool(const memory::MemoryPool& pool) { |
| 228 | return folly::StringPiece(pool.name()).endsWith("HashBuild"); |
| 229 | } |
| 230 | |
| 231 | bool isHashProbeMemoryPool(const memory::MemoryPool& pool) { |
| 232 | return folly::StringPiece(pool.name()).endsWith("HashProbe"); |