OSDN Git Service

Fix Arena allocation tracking.
authorVladimir Marko <vmarko@google.com>
Thu, 13 Apr 2017 12:43:43 +0000 (13:43 +0100)
committerVladimir Marko <vmarko@google.com>
Thu, 13 Apr 2017 12:48:57 +0000 (13:48 +0100)
commitd38ba0a3abd7f6140f0851d826449afec5689d57
tree039757ab2e782fcda1a667cb91a84fa142e49d05
parent4766f2cd27c3de80eb74c302a9eb4cc7c97e5de1
Fix Arena allocation tracking.

Add missing allocation kind name and try to avoid
bit-rot in future by explicitly instantiating
ArenaAllocatorStatsImpl<true> in debug builds.

Bug: 34083438
Test: Rely on TreeHugger.
Change-Id: Ibe78a9f15d04b2ca2f03143fb4f49c01ae18471e
runtime/base/arena_allocator.cc