Home
last modified time | relevance | path

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

/external/eigen/test/
Dsparse_basic.cpp12 static long g_realloc_count = 0; variable
13 #define EIGEN_SPARSE_COMPRESSED_STORAGE_REALLOCATE_PLUGIN g_realloc_count++;
81 g_realloc_count = 0; in sparse_basic()
94 VERIFY(g_realloc_count==0); in sparse_basic()