Home
last modified time | relevance | path

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

/external/eigen/unsupported/test/
Dsparse_extra.cpp13 static long g_realloc_count = 0;
14 #define EIGEN_SPARSE_COMPRESSED_STORAGE_REALLOCATE_PLUGIN g_realloc_count++;
/external/eigen/test/
Dsparse_basic.cpp13 static long g_realloc_count = 0; variable
14 #define EIGEN_SPARSE_COMPRESSED_STORAGE_REALLOCATE_PLUGIN g_realloc_count++;
88 g_realloc_count = 0; in sparse_basic()
101 VERIFY(g_realloc_count==0); in sparse_basic()