HomeSort by relevance Sort by last modified time
    Searched refs:newAllocatedSize (Results 1 - 2 of 2) sorted by null

  /external/eigen/Eigen/src/SparseCore/
CompressedStorage.h 75 size_t newAllocatedSize = m_size + size;
76 if (newAllocatedSize > m_allocatedSize)
77 reallocate(newAllocatedSize);
  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineStorage.h 88 Index newAllocatedSize = size + upperSize + lowerSize;
89 if (newAllocatedSize > m_allocatedSize)

Completed in 55 milliseconds