| 421 | } |
| 422 | |
| 423 | LockGroupAccessIterator endLockGroup() { |
| 424 | return LockGroupAccessIterator{this->l1Cache_->endLockGroup()}; |
| 425 | } |
| 426 | |
| 427 | // Get the default l1 allocation size in bytes. |
| 428 | static uint32_t getL1AllocSize(uint32_t maxKeySizeBytes); |
no outgoing calls