diff options
Diffstat (limited to 'runtime/linear_alloc-inl.h')
-rw-r--r-- | runtime/linear_alloc-inl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/linear_alloc-inl.h b/runtime/linear_alloc-inl.h index 7c81352cd9..fba24c8042 100644 --- a/runtime/linear_alloc-inl.h +++ b/runtime/linear_alloc-inl.h @@ -22,7 +22,7 @@ #include "base/gc_visited_arena_pool.h" #include "thread-current-inl.h" -namespace art { +namespace art HIDDEN { inline void LinearAlloc::SetFirstObject(void* begin, size_t bytes) const { DCHECK(track_allocations_); |