Searched refs:gParcelGlobalAllocSize (Results 1 – 2 of 2) sorted by relevance
80 static std::atomic<size_t> gParcelGlobalAllocSize; variable265 return gParcelGlobalAllocSize.load(); in getGlobalAllocSize()1729 gParcelGlobalAllocSize -= mDataCapacity; in freeDataNoInit()1792 gParcelGlobalAllocSize -= (mDataCapacity - desired); in restartWrite()1794 gParcelGlobalAllocSize += (desired - mDataCapacity); in restartWrite()1887 gParcelGlobalAllocSize += desired; in continueWrite()1935 gParcelGlobalAllocSize += desired; in continueWrite()1936 gParcelGlobalAllocSize -= mDataCapacity; in continueWrite()1968 gParcelGlobalAllocSize += desired; in continueWrite()
88 static std::atomic<size_t> gParcelGlobalAllocSize; variable328 return gParcelGlobalAllocSize.load(); in getGlobalAllocSize()2237 gParcelGlobalAllocSize -= mDataCapacity; in freeDataNoInit()2303 gParcelGlobalAllocSize -= (mDataCapacity - desired); in restartWrite()2305 gParcelGlobalAllocSize += (desired - mDataCapacity); in restartWrite()2398 gParcelGlobalAllocSize += desired; in continueWrite()2447 gParcelGlobalAllocSize += desired; in continueWrite()2448 gParcelGlobalAllocSize -= mDataCapacity; in continueWrite()2480 gParcelGlobalAllocSize += desired; in continueWrite()