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

/frameworks/native/libs/binder/
H A DParcel.cpp52 #define LOG_ALLOC(...) macro
53 //#define LOG_ALLOC(...) ALOG(LOG_DEBUG, "Parcel", __VA_ARGS__)
301 LOG_ALLOC("Parcel %p: constructing", this);
308 LOG_ALLOC("Parcel %p: destroyed", this);
1514 LOG_ALLOC("Parcel %p: freeing other owner data", this);
1518 LOG_ALLOC("Parcel %p: freeing allocated data", this);
1521 LOG_ALLOC("Parcel %p: freeing with %zu capacity", this, mDataCapacity);
1556 LOG_ALLOC("Parcel %p: restart from %zu to %zu capacity", this, mDataCapacity, desired);
1640 LOG_ALLOC("Parcel %p: taking ownership of %zu capacity", this, desired);
1680 LOG_ALLOC("Parce
[all...]

Completed in 212 milliseconds