Searched refs:gParcelGlobalAllocSize (Results 1 – 1 of 1) 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()