Searched refs:fAllocatedAreaCount (Results 1 – 2 of 2) sorted by relevance
26 fAllocatedAreaCount(0), in RequestAllocator()61 for (int32 i = 0; i < fAllocatedAreaCount; i++) in Uninit()63 fAllocatedAreaCount = 0; in Uninit()158 &fAllocatedAreaCount); in ReadRequest()235 if (fAllocatedAreaCount >= MAX_REQUEST_ADDRESS_COUNT) in AllocateAddress()253 fAllocatedAreas[fAllocatedAreaCount++] = area; in AllocateAddress()
67 int32 fAllocatedAreaCount; variable