Function gdal_sys::CPLVirtualMemGetSize[][src]

pub unsafe extern "C" fn CPLVirtualMemGetSize(
    ctxt: *mut CPLVirtualMem
) -> size_t

Return the size of the virtual memory mapping.

@param ctxt context returned by CPLVirtualMemNew(). @return the size of the virtual memory mapping.

@since GDAL 1.11