allocate          152 modules/core/include/opencv2/core/cvstd.hpp     pointer allocate(size_type count, const void* =0) { return reinterpret_cast<pointer>(fastMalloc(count * sizeof (_Tp))); }
allocate          808 modules/core/include/opencv2/core/utility.hpp AutoBuffer<_Tp, fixed_size>::allocate(size_t _size)
allocate           61 modules/core/src/cuda_host_mem.cpp     UMatData* allocate(int dims, const int* sizes, int type,
allocate          103 modules/core/src/cuda_host_mem.cpp     bool allocate(UMatData* u, int /*accessFlags*/, UMatUsageFlags /*usageFlags*/) const
allocate          575 modules/core/src/cuda_stream.cpp     bool StackAllocator::allocate(GpuMat* mat, int rows, int cols, size_t elemSize)
allocate          172 modules/core/src/matrix.cpp     UMatData* allocate(int dims, const int* sizes, int type,
allocate          200 modules/core/src/matrix.cpp     bool allocate(UMatData* u, int /*accessFlags*/, UMatUsageFlags /*usageFlags*/) const
allocate         3892 modules/core/src/ocl.cpp     virtual T allocate(size_t size)
allocate         4186 modules/core/src/ocl.cpp     UMatData* allocate(int dims, const int* sizes, int type,
allocate         4249 modules/core/src/ocl.cpp     bool allocate(UMatData* u, int accessFlags, UMatUsageFlags usageFlags) const
allocate           47 modules/core/src/stl.cpp char* cv::String::allocate(size_t len)
allocate           63 modules/imgcodecs/src/bitstrm.cpp void  RBaseStream::allocate()
allocate          358 modules/imgcodecs/src/bitstrm.cpp void  WBaseStream::allocate()
allocate          144 modules/python/src2/cv2.cpp     UMatData* allocate(PyObject* o, int dims, const int* sizes, int type, size_t* step) const
allocate          157 modules/python/src2/cv2.cpp     UMatData* allocate(int dims0, const int* sizes, int type, void* data, size_t* step, int flags, UMatUsageFlags usageFlags) const
allocate          186 modules/python/src2/cv2.cpp     bool allocate(UMatData* u, int accessFlags, UMatUsageFlags usageFlags) const