Home
last modified time | relevance | path

Searched refs:availSize (Results 1 – 1 of 1) sorted by relevance

/developtools/hdc/src/host/
Dclient.cpp435 int availSize = strlen(context->bufStd); in AllocStdbuf() local
436 buf->base = (char *)context->bufStd + availSize; in AllocStdbuf()
437 buf->len = sizeof(context->bufStd) - availSize - 2; // reserve 2bytes in AllocStdbuf()