Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_compile.c3740 named_group *newspace = in scan_for_captures() local
3743 if (newspace == NULL) in scan_for_captures()
3749 memcpy(newspace, cb->named_groups, in scan_for_captures()
3754 cb->named_groups = newspace; in scan_for_captures()
/external/v8/
DChangeLog15370 Put newspace evacuation in an EvacuationScope (Chromium issue 471554).