Searched refs:usedsize (Results 1 – 1 of 1) sorted by relevance
672 PCRE2_SIZE usedsize = (char *)N - (char *)(match_data->heapframes); in match() local700 if (newsize - usedsize < frame_size) return PCRE2_ERROR_HEAPLIMIT; in match()703 memcpy(new, match_data->heapframes, usedsize); in match()705 N = (heapframe *)((char *)new + usedsize); in match()
Completed in 26 milliseconds