Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DParcel.cpp52 #define LOG_ALLOC(...) macro
317 LOG_ALLOC("Parcel %p: constructing", this); in Parcel()
324 LOG_ALLOC("Parcel %p: destroyed", this); in ~Parcel()
1639 LOG_ALLOC("Parcel %p: freeing other owner data", this); in freeDataNoInit()
1643 LOG_ALLOC("Parcel %p: freeing allocated data", this); in freeDataNoInit()
1646 LOG_ALLOC("Parcel %p: freeing with %zu capacity", this, mDataCapacity); in freeDataNoInit()
1693 LOG_ALLOC("Parcel %p: restart from %zu to %zu capacity", this, mDataCapacity, desired); in restartWrite()
1783 LOG_ALLOC("Parcel %p: taking ownership of %zu capacity", this, desired); in continueWrite()
1823 LOG_ALLOC("Parcel %p: continue from %zu to %zu capacity", this, mDataCapacity, in continueWrite()
1859 LOG_ALLOC("Parcel %p: allocating with %zu capacity", this, desired); in continueWrite()
[all …]