MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / deallocate

Method deallocate

include/CL/opencl.hpp:3922–3925  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3920 }
3921
3922 void deallocate(pointer p, size_type)
3923 {
3924 clSVMFree(context_(), p);
3925 }
3926
3927 /**
3928 * Return the maximum possible allocation size.

Callers

nothing calls this directly

Calls 1

clSVMFreeFunction · 0.85

Tested by

no test coverage detected