Searched refs:LOG_ALLOC (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/system/libhwbinder/ |
H A D | Parcel.cpp | 54 #define LOG_ALLOC(...) macro 254 LOG_ALLOC("Parcel %p: constructing", this); in Parcel() 261 LOG_ALLOC("Parcel %p: destroyed", this); in ~Parcel() 1690 LOG_ALLOC("Parcel %p: freeing other owner data", this); in freeDataNoInit() 1694 LOG_ALLOC("Parcel %p: freeing allocated data", this); in freeDataNoInit() 1697 LOG_ALLOC("Parcel %p: freeing with %zu capacity", this, mDataCapacity); in freeDataNoInit() 1803 LOG_ALLOC("Parcel %p: taking ownership of %zu capacity", this, desired); in continueWrite() 1850 LOG_ALLOC("Parcel %p: continue from %zu to %zu capacity", this, mDataCapacity, in continueWrite() 1884 LOG_ALLOC("Parcel %p: allocating with %zu capacity", this, desired); in continueWrite() 1900 LOG_ALLOC("Parcel %p: initState", this); in initState()
|
/aosp_15_r20/frameworks/native/libs/binder/ |
H A D | Parcel.cpp | 78 #define LOG_ALLOC(...) macro 394 LOG_ALLOC("Parcel %p: constructing", this); in Parcel() 401 LOG_ALLOC("Parcel %p: destroyed", this); in ~Parcel() 2909 LOG_ALLOC("Parcel %p: freeing other owner data", this); in freeDataNoInit() 2917 LOG_ALLOC("Parcel %p: freeing allocated data", this); in freeDataNoInit() 2920 LOG_ALLOC("Parcel %p: freeing with %zu capacity", this, mDataCapacity); in freeDataNoInit() 2995 LOG_ALLOC("Parcel %p: restart from %zu to %zu capacity", this, mDataCapacity, desired); in restartWrite() 3152 LOG_ALLOC("Parcel %p: taking ownership of %zu capacity", this, desired); in continueWrite() 3212 LOG_ALLOC("Parcel %p: continue from %zu to %zu capacity", this, mDataCapacity, in continueWrite() 3249 LOG_ALLOC("Parcel %p: allocating with %zu capacity", this, desired); in continueWrite() [all …]
|