Searched refs:gParcelGlobalAllocSize (Results 1 – 1 of 1) sorted by relevance
112 static std::atomic<size_t> gParcelGlobalAllocSize; variable405 return gParcelGlobalAllocSize.load(); in getGlobalAllocSize()2924 gParcelGlobalAllocSize -= mDataCapacity; in freeDataNoInit()2992 gParcelGlobalAllocSize -= (mDataCapacity - desired); in restartWrite()2994 gParcelGlobalAllocSize += (desired - mDataCapacity); in restartWrite()3114 gParcelGlobalAllocSize += desired; in continueWrite()3175 gParcelGlobalAllocSize += desired; in continueWrite()3176 gParcelGlobalAllocSize -= mDataCapacity; in continueWrite()3211 gParcelGlobalAllocSize += desired; in continueWrite()