Home
last modified time | relevance | path

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

/PHP-7.4/ext/opcache/
H A Dshared_alloc_win32.c205 DWORD size_high = (requested_size >> 32), size_low = (requested_size & 0xffffffff); in create_segments() local
208 DWORD size_high = 0, size_low = requested_size; in create_segments() local

Completed in 5 milliseconds