OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cells_static
(Results
1 - 1
of
1
) sorted by null
/external/valgrind/main/memcheck/tests/
leak-pool.c
92
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 787 milliseconds