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

/system/libhwbinder/
H A DParcel.cpp57 #define LOG_ALLOC(...) macro
58 //#define LOG_ALLOC(...) ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__)
354 LOG_ALLOC("Parcel %p: constructing", this);
361 LOG_ALLOC("Parcel %p: destroyed", this);
1927 LOG_ALLOC("Parcel %p: freeing other owner data", this);
1931 LOG_ALLOC("Parcel %p: freeing allocated data", this);
1934 LOG_ALLOC("Parcel %p: freeing with %zu capacity", this, mDataCapacity);
1987 LOG_ALLOC("Parcel %p: restart from %zu to %zu capacity", this, mDataCapacity, desired);
2082 LOG_ALLOC("Parcel %p: taking ownership of %zu capacity", this, desired);
2125 LOG_ALLOC("Parce
[all...]

Completed in 168 milliseconds