Searched refs:newspace (Results 1 – 2 of 2) sorted by relevance
923 pcre_uchar *newspace; in expand_workspace() local931 newspace = (PUBL(malloc))(IN_UCHARS(newsize)); in expand_workspace()932 if (newspace == NULL) return ERR21; in expand_workspace()933 memcpy(newspace, cd->start_workspace, cd->workspace_size * sizeof(pcre_uchar)); in expand_workspace()934 cd->hwm = (pcre_uchar *)newspace + (cd->hwm - cd->start_workspace); in expand_workspace()937 cd->start_workspace = newspace; in expand_workspace()7162 named_group *newspace = (PUBL(malloc)) in compile_branch() local7165 if (newspace == NULL) in compile_branch()7171 memcpy(newspace, cd->named_groups, in compile_branch()7175 cd->named_groups = newspace; in compile_branch()
4240 Put newspace evacuation in an EvacuationScope (Chromium issue 471554).