commit | b30259251b22430fad12f1adeab671e4bf8f88f5 | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Tue Sep 01 14:45:00 2015 -0700 |
committer | Andreas Gampe <agampe@google.com> | Thu Sep 24 15:42:14 2015 -0700 |
tree | 80bff979beae84702b739962656a16d245a40ef4 | |
parent | eae0927cb81437389dc96437e9f04903783282b4 [diff] |
ART: Use unique_ptr for alloca-ed ShadowFrames To enable automated calls of the destructor (for extensions of ShadowFrame), return a unique_ptr with a custom deleter. Use a macro so that the alloca happens in the caller. Change-Id: Id28a6ea131f108e4a94ff1699fc22e7b44aec018