Home
last modified time | relevance | path

Searched refs:uv__allocation_granularity (Results 1 - 2 of 2) sorted by relevance

/third_party/libuv/src/win/
H A Dfs.c137 static DWORD uv__allocation_granularity; variable
144 uv__allocation_granularity = system_info.dwAllocationGranularity; in uv__fs_init()
728 view_offset = pos.QuadPart % uv__allocation_granularity; in fs__read_filemap()
931 view_offset = pos.QuadPart % uv__allocation_granularity; in fs__write_filemap()
/third_party/node/deps/uv/src/win/
H A Dfs.c132 static DWORD uv__allocation_granularity; variable
139 uv__allocation_granularity = system_info.dwAllocationGranularity; in uv__fs_init()
794 view_offset = pos.QuadPart % uv__allocation_granularity; in fs__read_filemap()
997 view_offset = pos.QuadPart % uv__allocation_granularity; in fs__write_filemap()

Completed in 8 milliseconds