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