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

/vbox/src/VBox/Runtime/include/internal/
H A Ddir.h123 uint32_t cbBufferAlloc; member in struct:RTDIR
/vbox/src/VBox/Runtime/r3/nt/
H A Ddirenum-r3-nt.cpp265 pThis->cbBufferAlloc = _256K;
266 pThis->pabBuffer = (uint8_t *)RTMemAlloc(pThis->cbBufferAlloc);
271 pThis->cbBufferAlloc /= 4;
272 pThis->pabBuffer = (uint8_t *)RTMemAlloc(pThis->cbBufferAlloc);
273 } while (pThis->pabBuffer == NULL && pThis->cbBufferAlloc > _4K);
292 pThis->cbBufferAlloc,
306 pThis->cbBufferAlloc,
325 pThis->cbBufferAlloc,
339 pThis->cbBufferAlloc,

Completed in 67 milliseconds