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

/frameworks/native/libs/binder/
H A DParcel.cpp58 #define LOG_ALLOC(...) macro
59 //#define LOG_ALLOC(...) ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__)
382 LOG_ALLOC("Parcel %p: constructing", this);
389 LOG_ALLOC("Parcel %p: destroyed", this);
2286 LOG_ALLOC("Parcel %p: freeing other owner data", this);
2290 LOG_ALLOC("Parcel %p: freeing allocated data", this);
2293 LOG_ALLOC("Parcel %p: freeing with %zu capacity", this, mDataCapacity);
2346 LOG_ALLOC("Parcel %p: restart from %zu to %zu capacity", this, mDataCapacity, desired);
2439 LOG_ALLOC("Parcel %p: taking ownership of %zu capacity", this, desired);
2479 LOG_ALLOC("Parce
[all...]

Completed in 72 milliseconds