Searched refs:alloc_size_safe (Results 1 – 1 of 1) sorted by relevance
93 FX_SAFE_SIZE_T alloc_size_safe = xml_plane_size_; in DoSyntaxParse() local94 alloc_size_safe += 1; // For NUL. in DoSyntaxParse()95 if (!alloc_size_safe.IsValid()) in DoSyntaxParse()102 buffer.resize(alloc_size_safe.ValueOrDie()); in DoSyntaxParse()