MCPcopy Create free account
hub / github.com/clMathLibraries/clFFT / clear

Method clear

src/tests/buffer_memory.h:92–95  ·  view source on GitHub ↗

/

Source from the content-addressed store, hash-verified

90
91 /*****************************************************/
92 void clear()
93 {
94 memset(&memory[0], ~0x0, memory_size_including_cookies * sizeof(T));
95 }
96
97 /*****************************************************/
98 // note that this is in units of T (float or double)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected