Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
257
void cpu_deallocArray(qcomp* arr) {
258
259
// arr can safely be nullptr
260
free(arr);
261
}
262
263
264
void cpu_deallocNumaArray(qcomp* arr, qindex length) {
Callers
8
freeSpoofedLocalStateVec
Function · 0.85
cpu_deallocNumaArray
Function · 0.85
cpu_deallocMatrix
Function · 0.85
freeSuperOp
Function · 0.85
freeAllMemoryIfAnyAllocsFailed
Function · 0.85
destroyQureg
Function · 0.85
freeHeapMatrix
Function · 0.85
freePauliStrSum
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected