Home
last modified time | relevance | path

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

/PHP-7.0/ext/opcache/
H A Dshared_alloc_win32.c132 void *wanted_mapping_base; in zend_shared_alloc_reattach() local
144 if (!fscanf(fp, "%p", &wanted_mapping_base)) { in zend_shared_alloc_reattach()
153 if (VirtualQuery(wanted_mapping_base, &info, sizeof(info)) == 0 || in zend_shared_alloc_reattach()
160 wanted_mb_save = (size_t)wanted_mapping_base; in zend_shared_alloc_reattach()
186 mapping_base = MapViewOfFileEx(memfile, FILE_MAP_ALL_ACCESS, 0, 0, 0, wanted_mapping_base); in zend_shared_alloc_reattach()
219 void **wanted_mapping_base = default_mapping_base_set; in create_segments() local
284 wanted_mapping_base = vista_mapping_base_set; in create_segments()
300 …t->p = mapping_base = MapViewOfFileEx(memfile, FILE_MAP_ALL_ACCESS, 0, 0, 0, *wanted_mapping_base); in create_segments()
301 if (*wanted_mapping_base == NULL) { /* Auto address (NULL) is the last option on the array */ in create_segments()
304 wanted_mapping_base++; in create_segments()

Completed in 4 milliseconds