Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Ddympool.c179 int maxSizeRemain; in DympAskMoreMemory() local
191 maxSizeRemain = tempMax - pool->currentSize; in DympAskMoreMemory()
192 if (maxSizeRemain <= 0) { in DympAskMoreMemory()
193 FILLP_LOGDBG("maxSizeRemain=%d is invalid, unable to expand memory", maxSizeRemain); in DympAskMoreMemory()
197 if (stepSizeWork > maxSizeRemain) { in DympAskMoreMemory()
198 stepSizeWork = maxSizeRemain; in DympAskMoreMemory()