MCPcopy Create free account
hub / github.com/CVCUDA/CV-CUDA / SetMaxArrayCount

Function SetMaxArrayCount

src/nvcv/src/include/nvcv/Config.hpp:71–74  ·  view source on GitHub ↗

* @brief Sets the maximum number of array handles that can be created. * * @param maxCount The maximum number of array handles. If negative, dynamic allocation is used and no hard limit is defined. * @throw An exception is thrown if the nvcvConfigSetMaxArrayCount function fails. */

Source from the content-addressed store, hash-verified

69 * @throw An exception is thrown if the nvcvConfigSetMaxArrayCount function fails.
70 */
71inline void SetMaxArrayCount(int32_t maxCount)
72{
73 detail::CheckThrow(nvcvConfigSetMaxArrayCount(maxCount));
74}
75
76/**
77 * @brief Sets the maximum number of allocator handles that can be created.

Callers 1

SetMaxCountFunction · 0.85

Calls 1

CheckThrowFunction · 0.50

Tested by 1

SetMaxCountFunction · 0.68