Searched refs:cells_static (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/memcheck/tests/
H A Dleak-pool.c92 struct cell *cells_static[N]; variable in typeref:struct:cell
101 struct cell **cells = static_roots ? cells_static : cells_local;
110 memset(cells_static, 0, sizeof(cells_static));

Completed in 92 milliseconds