For testing only
| 331 | int getAliveHostPointers() const { return allocationsHost_; } |
| 332 | //For testing only |
| 333 | int getAliveDevicePointers() const { return allocationsDevice_; } |
| 334 | #endif |
| 335 | |
| 336 | /** |
nothing calls this directly
no outgoing calls
no test coverage detected