Function nvcv::cfg::SetMaxArrayCount

Function Documentation

inline void nvcv::cfg::SetMaxArrayCount(int32_t maxCount)

Sets the maximum number of array handles that can be created.

Parameters:

maxCount – The maximum number of array handles. If negative, dynamic allocation is used and no hard limit is defined.

Throws:

An – exception is thrown if the nvcvConfigSetMaxArrayCount function fails.