MCPcopy 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
396void cpu_deallocHeapFlag(int* ptr) {
397
398 // safe to free if nullptr
399 free(ptr);
400}
401
402
403PauliStr* cpu_allocPauliStrings(qindex numStrings) {

Callers 3

freeSuperOpFunction · 0.85
freeHeapMatrixFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected