()
| 1365 | } |
| 1366 | |
| 1367 | func (vlog *valueLog) woffset() uint32 { |
| 1368 | return atomic.LoadUint32(&vlog.writableLogOffset) |
| 1369 | } |
| 1370 | |
| 1371 | // validateWrites will check whether the given requests can fit into 4GB vlog file. |
| 1372 | // NOTE: 4GB is the maximum size we can create for vlog because value pointer offset is of type |
no outgoing calls
no test coverage detected