Home
last modified time | relevance | path

Searched refs:prevAllocator (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/core/src/
Dumatrix.cpp55 prevAllocator = currAllocator = allocator; in UMatData()
67 prevAllocator = currAllocator = 0; in ~UMatData()
Docl.cpp4335 u->prevAllocator = u->currAllocator; in allocate()
4471 u->currAllocator = u->prevAllocator; in deallocate()
/external/opencv3/modules/core/include/opencv2/core/
Dmat.hpp486 const MatAllocator* prevAllocator; member