| 36 | |
| 37 | |
| 38 | inline uint SubAllocator::U2B(int NU) |
| 39 | { |
| 40 | // We calculate the size of units in bytes based on real UNIT_SIZE. |
| 41 | // In original implementation it was 8*NU+4*NU. |
| 42 | return UNIT_SIZE*NU; |
| 43 | } |
| 44 | |
| 45 | |
| 46 |
nothing calls this directly
no outgoing calls
no test coverage detected