Lines Matching defs:cbArea
121 HGSMISIZE cbArea,
127 || cbArea < HGSMIBufferMinimumSize() /* large enough; */
128 || pu8Base + cbArea < pu8Base /* no address space wrap; */
129 || offBase > UINT32_C(0xFFFFFFFF) - cbArea /* area within the 32 bit space: offBase + cbMem <= 0xFFFFFFFF. */
137 pArea->offLast = cbArea - HGSMIBufferMinimumSize() + offBase;
138 pArea->cbArea = cbArea;
199 HGSMISIZE cbArea,
206 int rc = HGSMIAreaInitialize(&pHeap->area, pvBase, cbArea, offBase);
291 // offBuffer, pArea->pu8Base, pArea->cbArea, pArea->offBase, pArea->offLast));