Home
last modified time | relevance | path

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

/external/valgrind/main/drd/
Ddrd_vc.c315 tl_assert(vc->capacity > VC_PREALLOCATED in DRD_()
321 if (vc->vc && vc->capacity > VC_PREALLOCATED) in DRD_()
325 && vc->capacity > VC_PREALLOCATED); in DRD_()
329 else if (vc->vc && new_capacity > VC_PREALLOCATED) in DRD_()
332 && new_capacity > VC_PREALLOCATED in DRD_()
333 && vc->capacity <= VC_PREALLOCATED); in DRD_()
342 && new_capacity <= VC_PREALLOCATED in DRD_()
343 && vc->capacity <= VC_PREALLOCATED); in DRD_()
345 else if (new_capacity > VC_PREALLOCATED) in DRD_()
348 && new_capacity > VC_PREALLOCATED in DRD_()
[all …]
Ddrd_vc.h55 #define VC_PREALLOCATED 8 macro
70 VCElem preallocated[VC_PREALLOCATED];