Searched refs:allocatedMem (Results 1 – 1 of 1) sorted by relevance
644 this->allocatedMem.clear(); in NCVVectorAlloc()646 ncvStat = allocator.alloc(this->allocatedMem, length_ * sizeof(T)); in NCVVectorAlloc()649 this->_ptr = (T *)this->allocatedMem.begin.ptr; in NCVVectorAlloc()651 this->_memtype = this->allocatedMem.begin.memtype; in NCVVectorAlloc()658 ncvStat = allocator.dealloc(this->allocatedMem); in ~NCVVectorAlloc()666 return (this->allocatedMem.begin.ptr != NULL) || (this->allocator.isCounting()); in isMemAllocated()676 return allocatedMem; in getSegment()681 NCVMemSegment allocatedMem; member in NCVVectorAlloc858 this->allocatedMem.clear(); in NCVMatrixAlloc()873 ncvStat = allocator.alloc(this->allocatedMem, requiredAllocSize); in NCVMatrixAlloc()[all …]