mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-29 19:49:28 -07:00
global: snapshot
This commit is contained in:
@@ -102,7 +102,7 @@ where
|
||||
if let Some(guard) = self.guard() {
|
||||
guard.len() / Self::SIZE_OF_T
|
||||
} else {
|
||||
self.new_guard().len() / Self::SIZE_OF_T
|
||||
self.mmap.load().len() / Self::SIZE_OF_T
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user