OSDN Git Service

Add ArenaUniquePtr
authorMathieu Chartier <mathieuc@google.com>
Fri, 16 Oct 2015 00:47:48 +0000 (17:47 -0700)
committerMathieu Chartier <mathieuc@google.com>
Fri, 23 Oct 2015 20:26:55 +0000 (13:26 -0700)
commit7b05e17db15879b486f3299a9a41ac17b87700f4
treecf131b61e127f91c414954cc3ab038aa498a6018
parent92ca333976cf381de004945f95fa1e347d0a3a0e
Add ArenaUniquePtr

Motivation is to use it for adding arenas in the verifier.
Also added arena tags to prevent double free errors.

Bug: 10921004
Change-Id: I545f3374eceb9a6a35e738cb899d1493098fb760
runtime/base/allocator.h
runtime/base/scoped_arena_allocator.h
runtime/base/scoped_arena_containers.h