Searched refs:redzone_size_ (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/stream_executor/gpu/ |
D | redzone_allocator.cc | 56 redzone_size_(RoundUpToNearest( in RedzoneAllocator() 78 byte_size + 2 * redzone_size_ + rhs_slop, in AllocateBytes() 86 &allocated_buffer_memory, 0, redzone_size_); in AllocateBytes() 89 &allocated_buffer_memory, redzone_size_, byte_size); in AllocateBytes() 97 &allocated_buffer_memory, redzone_size_ + byte_size, rhs_slop); in AllocateBytes() 100 &allocated_buffer_memory, redzone_size_ + byte_size + rhs_slop, in AllocateBytes() 101 redzone_size_); in AllocateBytes() 107 stream_->ThenMemset32(&lhs_redzone, pattern32, redzone_size_); in AllocateBytes() 111 stream_->ThenMemset32(&rhs_redzone_nonslop, pattern32, redzone_size_); in AllocateBytes() 336 redzone_size_, redzone_pattern_)); in CheckRedzones()
|
D | redzone_allocator.h | 111 const int64 redzone_size_; variable
|