OSDN Git Service

Fix arena allocation counting.
authorVladimir Marko <vmarko@google.com>
Mon, 19 Dec 2016 16:04:33 +0000 (16:04 +0000)
committerVladimir Marko <vmarko@google.com>
Mon, 19 Dec 2016 16:09:16 +0000 (16:09 +0000)
commit4e335d0279038d9a33628e7174eecbd1e540ab6e
tree86ae55206adef06b2adacf624b3c0dd95df26fa1
parent71464a10a434e5b8aac75998d08b2cdcbce57bab
Fix arena allocation counting.

Add the "CHA" allocation kind description. Move the
statistics to the heap to avoid excessively large frames
triggering errors with -Werror, -Wframe-larger-than=.

Test: m test-art-host
Test: m test-art-host with arena allocation counting.
Change-Id: I7947a3a17b4c1ed773742516b1f7ab9a58c92150
runtime/base/arena_allocator.cc
runtime/base/arena_allocator.h