Searched refs:pfree (Results 1 – 3 of 3) sorted by relevance
/external/eigen/Eigen/src/OrderingMethods/ |
D | Eigen_Colamd.h | 217 …> Col [], IndexType A [], IndexType head [], IndexType n_col2, IndexType max_deg, IndexType pfree); 226 …ol, Colamd_Row<IndexType> Row [], colamd_col<IndexType> Col [], IndexType A [], IndexType *pfree) ; 948 IndexType pfree /* index of first free slot (2*nnz on entry) */ in find_ordering() argument 1037 if (pfree + needed_memory >= Alen) in find_ordering() 1039 pfree = Eigen::internal::garbage_collection (n_row, n_col, Row, Col, A, &A [pfree]) ; in find_ordering() 1042 COLAMD_ASSERT (pfree + needed_memory < Alen) ; in find_ordering() 1051 pivot_row_start = pfree ; in find_ordering() 1085 COLAMD_ASSERT (pfree < Alen) ; in find_ordering() 1087 A [pfree++] = col ; in find_ordering() 1113 pivot_row_length = pfree - pivot_row_start ; in find_ordering() [all …]
|
/external/libcxx/include/ |
D | strstream | 61 void (*pfree)(void*); // exposition only
|
/external/llvm-project/libcxx/include/ |
D | strstream | 60 void (*pfree)(void*); // exposition only
|