Home
last modified time | relevance | path

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

/external/valgrind/drd/
Ddrd_vc.c317 tl_assert(vc->capacity > VC_PREALLOCATED in DRD_()
323 if (vc->vc && vc->capacity > VC_PREALLOCATED) in DRD_()
327 && vc->capacity > VC_PREALLOCATED); in DRD_()
331 else if (vc->vc && new_capacity > VC_PREALLOCATED) in DRD_()
334 && new_capacity > VC_PREALLOCATED in DRD_()
335 && vc->capacity <= VC_PREALLOCATED); in DRD_()
344 && new_capacity <= VC_PREALLOCATED in DRD_()
345 && vc->capacity <= VC_PREALLOCATED); in DRD_()
347 else if (new_capacity > VC_PREALLOCATED) in DRD_()
350 && new_capacity > VC_PREALLOCATED in DRD_()
[all …]
Ddrd_vc.h54 #define VC_PREALLOCATED 8 macro
69 VCElem preallocated[VC_PREALLOCATED];