Home
last modified time | relevance | path

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

/PHP-7.2/ext/opcache/
H A Dshared_alloc_win32.c143 void *wanted_mapping_base; in zend_shared_alloc_reattach() local
155 if (!fscanf(fp, "%p", &wanted_mapping_base)) { in zend_shared_alloc_reattach()
170 if (VirtualQuery(wanted_mapping_base, &info, sizeof(info)) == 0 || in zend_shared_alloc_reattach()
177 wanted_mb_save = (size_t)wanted_mapping_base; in zend_shared_alloc_reattach()
200 mapping_base = MapViewOfFileEx(memfile, FILE_MAP_ALL_ACCESS, 0, 0, 0, wanted_mapping_base); in zend_shared_alloc_reattach()
233 void **wanted_mapping_base = default_mapping_base_set; in create_segments() local
298 wanted_mapping_base = vista_mapping_base_set; in create_segments()
314 …t->p = mapping_base = MapViewOfFileEx(memfile, FILE_MAP_ALL_ACCESS, 0, 0, 0, *wanted_mapping_base); in create_segments()
315 if (*wanted_mapping_base == NULL) { /* Auto address (NULL) is the last option on the array */ in create_segments()
318 wanted_mapping_base++; in create_segments()

Completed in 6 milliseconds