Searched refs:VC_PREALLOCATED (Results 1 – 2 of 2) sorted by relevance
315 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 …]
55 #define VC_PREALLOCATED 8 macro70 VCElem preallocated[VC_PREALLOCATED];