Searched refs:newspace (Results 1 – 2 of 2) sorted by relevance
913 pcre_uchar *newspace; in expand_workspace() local921 newspace = (PUBL(malloc))(IN_UCHARS(newsize)); in expand_workspace()922 if (newspace == NULL) return ERR21; in expand_workspace()923 memcpy(newspace, cd->start_workspace, cd->workspace_size * sizeof(pcre_uchar)); in expand_workspace()924 cd->hwm = (pcre_uchar *)newspace + (cd->hwm - cd->start_workspace); in expand_workspace()927 cd->start_workspace = newspace; in expand_workspace()7022 named_group *newspace = (PUBL(malloc)) in compile_branch() local7025 if (newspace == NULL) in compile_branch()7031 memcpy(newspace, cd->named_groups, in compile_branch()7035 cd->named_groups = newspace; in compile_branch()
8893 NewSpace* newspace = heap->new_space(); in Truncate() local8894 if (newspace->Contains(start_of_string) && in Truncate()8895 newspace->top() == start_of_string + old_size) { in Truncate()8897 newspace->set_top(start_of_string + new_size); in Truncate()