Searched defs:cSizeHint (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/crypto/
H A Dstore-inmem.cpp344 RTDECL(int) RTCrStoreCreateInMem(PRTCRSTORE phStore, uint32_t cSizeHint) argument
350 if (cSizeHint)
351 rc = rtCrStoreInMemGrow(pStore, RT_MIN(cSizeHint, 512));

Completed in 152 milliseconds