Searched refs:cMaxObjects (Results 1 - 2 of 2) sorted by relevance

/vbox/include/iprt/
H A Dmemcache.h105 * @param cMaxObjects The maximum cache size. Pass UINT32_MAX if unsure.
111 RTDECL(int) RTMemCacheCreate(PRTMEMCACHE phMemCache, size_t cbObject, size_t cbAlignment, uint32_t cMaxObjects,
/vbox/src/VBox/Runtime/common/alloc/
H A Dmemcache.cpp158 RTDECL(int) RTMemCacheCreate(PRTMEMCACHE phMemCache, size_t cbObject, size_t cbAlignment, uint32_t cMaxObjects, argument
214 pThis->cMax = cMaxObjects;

Completed in 1171 milliseconds