Searched defs:StackAllocator (Results 1 – 2 of 2) sorted by relevance
77 StackAllocator(const StackAllocator<T, stack_capacity>& rhs) in StackAllocator() function91 StackAllocator(const StackAllocator<U, other_capacity>& other) in StackAllocator() function99 StackAllocator() : source_(NULL) { in StackAllocator() function102 explicit StackAllocator(Source* source) : source_(source) { in StackAllocator() function
530 class StackAllocator : public GpuMat::Allocator class548 StackAllocator::StackAllocator(cudaStream_t stream) : stream_(stream), memStack_(0) in StackAllocator() function in __anon81e7630e0511::StackAllocator