HomeSort by: relevance | last modified time | path
    Searched defs:uv__allocation_granularity (Results 1 - 1 of 1) sorted by relevancy

  /src/external/mit/libuv/dist/src/win/
fs.c 162 static DWORD uv__allocation_granularity; variable
179 uv__allocation_granularity = system_info.dwAllocationGranularity;
763 view_offset = pos.QuadPart % uv__allocation_granularity;
966 view_offset = pos.QuadPart % uv__allocation_granularity;

Completed in 47 milliseconds