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/main/drd/
drd_vc.c
36
void DRD_(
vc_reserve
)(VectorClock* const vc, const unsigned new_capacity);
54
DRD_(
vc_reserve
)(vc, size);
66
DRD_(
vc_reserve
)(vc, 0);
190
DRD_(
vc_reserve
)(result, new_size);
311
void DRD_(
vc_reserve
)(VectorClock* const vc, const unsigned new_capacity)
function
/external/valgrind/main/drd/tests/
unit_vc.c
97
DRD_(
vc_reserve
)(&vc1, i);
99
DRD_(
vc_reserve
)(&vc1, i);
Completed in 2546 milliseconds