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 78 Index newAllocatedSize = m_size + size;
79 if (newAllocatedSize > m_allocatedSize)
80 reallocate(newAllocatedSize);
  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineStorage.h 88 Index newAllocatedSize = size + upperSize + lowerSize;
89 if (newAllocatedSize > m_allocatedSize)

Completed in 83 milliseconds