MCPcopy Create free account
hub / github.com/OSGeo/gdal / CPLIsVirtualMemFileMapAvailable

Function CPLIsVirtualMemFileMapAvailable

port/cpl_virtualmem.cpp:2136–2143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2134/************************************************************************/
2135
2136int CPLIsVirtualMemFileMapAvailable(void)
2137{
2138#ifdef HAVE_MMAP
2139 return TRUE;
2140#else
2141 return FALSE;
2142#endif
2143}
2144
2145/************************************************************************/
2146/* CPLVirtualMemFree() */

Callers 4

TESTFunction · 0.85
GetVirtualMemAutoMethod · 0.85
VirtualMemIOMethod · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68