MCPcopy Create free account
hub / github.com/QuEST-Kit/QuEST / cpu_deallocArray

Function cpu_deallocArray

quest/src/cpu/cpu_config.cpp:257–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255
256
257void cpu_deallocArray(qcomp* arr) {
258
259 // arr can safely be nullptr
260 free(arr);
261}
262
263
264void cpu_deallocNumaArray(qcomp* arr, qindex length) {

Callers 8

freeSpoofedLocalStateVecFunction · 0.85
cpu_deallocNumaArrayFunction · 0.85
cpu_deallocMatrixFunction · 0.85
freeSuperOpFunction · 0.85
destroyQuregFunction · 0.85
freeHeapMatrixFunction · 0.85
freePauliStrSumFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected