bitmapContainer doesn't depend on card, always fully allocated
()
| 307 | |
| 308 | // bitmapContainer doesn't depend on card, always fully allocated |
| 309 | func bitmapContainerSizeInBytes() int { |
| 310 | return bcBaseBytes + (1<<16)/8 |
| 311 | } |
| 312 | |
| 313 | func bitmapEquals(a, b []uint64) bool { |
| 314 | if len(a) != len(b) { |
no outgoing calls
searching dependent graphs…