Searched refs:AllocateZeroed (Results 1 – 1 of 1) sorted by relevance
147 DeviceMemory<T> AllocateZeroed();152 return ScopedDeviceMemory<T>(this, AllocateZeroed<T>()); in AllocateOwnedZeroed()829 DeviceMemory<T> StreamExecutor::AllocateZeroed() { in AllocateZeroed() function