Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuEST-Kit/QuEST
/ cpu_deallocHeapFlag
Function
cpu_deallocHeapFlag
quest/src/cpu/cpu_config.cpp:396–400 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
394
395
396
void cpu_deallocHeapFlag(int* ptr) {
397
398
// safe to free if nullptr
399
free(ptr);
400
}
401
402
403
PauliStr* cpu_allocPauliStrings(qindex numStrings) {
Callers
3
util_deallocEpsilonSensitiveHeapFlag
Function · 0.85
freeSuperOp
Function · 0.85
freeHeapMatrix
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected