Loading libs/binder/Parcel.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -2460,7 +2460,7 @@ status_t Parcel::restartWrite(size_t desired) releaseObjects(); if (data) { if (data || desired == 0) { LOG_ALLOC("Parcel %p: restart from %zu to %zu capacity", this, mDataCapacity, desired); pthread_mutex_lock(&gParcelGlobalAllocSizeLock); gParcelGlobalAllocSize += desired; Loading Loading
libs/binder/Parcel.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -2460,7 +2460,7 @@ status_t Parcel::restartWrite(size_t desired) releaseObjects(); if (data) { if (data || desired == 0) { LOG_ALLOC("Parcel %p: restart from %zu to %zu capacity", this, mDataCapacity, desired); pthread_mutex_lock(&gParcelGlobalAllocSizeLock); gParcelGlobalAllocSize += desired; Loading