Lines Matching refs:LOG_ALLOC
59 #define LOG_ALLOC(...) macro
354 LOG_ALLOC("Parcel %p: constructing", this); in Parcel()
361 LOG_ALLOC("Parcel %p: destroyed", this); in ~Parcel()
2656 LOG_ALLOC("Parcel %p: freeing other owner data", this); in freeDataNoInit()
2660 LOG_ALLOC("Parcel %p: freeing allocated data", this); in freeDataNoInit()
2663 LOG_ALLOC("Parcel %p: freeing with %zu capacity", this, mDataCapacity); in freeDataNoInit()
2716 LOG_ALLOC("Parcel %p: restart from %zu to %zu capacity", this, mDataCapacity, desired); in restartWrite()
2810 LOG_ALLOC("Parcel %p: taking ownership of %zu capacity", this, desired); in continueWrite()
2860 LOG_ALLOC("Parcel %p: continue from %zu to %zu capacity", this, mDataCapacity, in continueWrite()
2896 LOG_ALLOC("Parcel %p: allocating with %zu capacity", this, desired); in continueWrite()
2914 LOG_ALLOC("Parcel %p: initState", this); in initState()