Home
last modified time | relevance | path

Searched refs:gParcelGlobalAllocCount (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/libhwbinder/
H A DParcel.cpp79 static std::atomic<size_t> gParcelGlobalAllocCount; variable
269 return gParcelGlobalAllocCount.load(); in getGlobalAllocCount()
1730 gParcelGlobalAllocCount--; in freeDataNoInit()
1798 gParcelGlobalAllocCount++; in restartWrite()
1888 gParcelGlobalAllocCount++; in continueWrite()
1969 gParcelGlobalAllocCount++; in continueWrite()
/aosp12/frameworks/native/libs/binder/
H A DParcel.cpp87 static std::atomic<size_t> gParcelGlobalAllocCount; variable
332 return gParcelGlobalAllocCount.load(); in getGlobalAllocCount()
2238 gParcelGlobalAllocCount--; in freeDataNoInit()
2309 gParcelGlobalAllocCount++; in restartWrite()
2399 gParcelGlobalAllocCount++; in continueWrite()
2481 gParcelGlobalAllocCount++; in continueWrite()