Home
last modified time | relevance | path

Searched refs:newspace (Results 1 – 2 of 2) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_compile.c4224 named_group *newspace = in parse_regex() local
4227 if (newspace == NULL) in parse_regex()
4233 memcpy(newspace, cb->named_groups, in parse_regex()
4238 cb->named_groups = newspace; in parse_regex()
/external/v8/
DChangeLog40271 Put newspace evacuation in an EvacuationScope (Chromium issue 471554).