| 435 | // heap memory. This is used by validation after allocation. |
| 436 | |
| 437 | bool mem_isAllocated(int* heapflag) { return isNonNull(heapflag); } |
| 438 | bool mem_isAllocated(qcomp* array ) { return isNonNull(array); } |
| 439 | bool mem_isAllocated(PauliStr* array) { return isNonNull(array); } |
| 440 |
no test coverage detected