MeshCacheParams::MeshCacheParams

MeshCacheParams::MeshCacheParams
MeshCacheParams(const MeshCacheParams& src, UPInt reserve, UPInt limit = 0, UPInt granulariy = 0, UPInt lruTail = 0, UPInt stagingSize = 0);
Description

Constructs MeshCacheParams based on previous value, overriding specified non-zero arguments.

Parameters
Parameters 
Description 
const MeshCacheParams& src 
MeshCacheParams which is copied over. 
UPInt reserve 
Pre-allocated reserve of memory. 
UPInt limit = 0 
Amount of memory that can be used for the cache. 
UPInt granulariy = 0 
Block of memory that will be grabbed from heap for mesh caches. 
UPInt lruTail = 0 
The size up to which the node can grow in the buffer without reaching the memory limit. 
UPInt stagingSize = 0 
The staging buffer size.