Home
last modified time | relevance | path

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

/php-src/ext/opcache/
H A Dshared_alloc_win32.c213 DWORD size_high = (requested_size >> 32), size_low = (requested_size & 0xffffffff); in create_segments() local
216 DWORD size_high = 0, size_low = requested_size; in create_segments() local
269 …teFileMapping(INVALID_HANDLE_VALUE, NULL, PAGE_EXECUTE_READWRITE | SEC_COMMIT, size_high, size_low, in create_segments()

Completed in 5 milliseconds