Home
last modified time | relevance | path

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

/external/valgrind/memcheck/tests/
Dleak-tree.c18 struct _Node { struct
19 struct _Node *l; argument
20 struct _Node *r; argument
23 char padding[16 - 2*sizeof(struct _Node*)]; argument
Dleak-cases.c41 struct _Node { struct
42 struct _Node* next; argument
45 char padding[8 - sizeof(struct _Node*)]; argument