MCPcopy Create free account
hub / github.com/ValveSoftware/steam-audio / zero

Method zero

core/src/core/array.h:146–149  ·  view source on GitHub ↗

Clears all elements to zero.

Source from the content-addressed store, hash-verified

144
145 // Clears all elements to zero.
146 void zero()
147 {
148 memset(flatData(), 0, totalSize() * sizeof(T));
149 }
150
151 void swap(Array<T, N>& other)
152 {

Callers 15

resetMethod · 0.45
resetMethod · 0.45
calcReverbIRMethod · 0.45
simulateMethod · 0.45
resetMethod · 0.45
applyVolumeSettingsMethod · 0.45
fourierTransformHRIRsMethod · 0.45
TANDeviceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected