OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vc_reserve
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/drd/
drd_vc.c
36
void DRD_(
vc_reserve
)(VectorClock* const vc, const unsigned new_capacity);
54
DRD_(
vc_reserve
)(vc, size);
69
DRD_(
vc_reserve
)(vc, 0);
193
DRD_(
vc_reserve
)(result, new_size);
314
void DRD_(
vc_reserve
)(VectorClock* const vc, const unsigned new_capacity)
function
/external/valgrind/drd/tests/
unit_vc.c
97
DRD_(
vc_reserve
)(&vc1, i);
99
DRD_(
vc_reserve
)(&vc1, i);
Completed in 977 milliseconds