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