for [1965730], give a better name to gralloc buffers
diff --git a/modules/gralloc/gralloc.cpp b/modules/gralloc/gralloc.cpp
index 40d14dc..a01a95c 100644
--- a/modules/gralloc/gralloc.cpp
+++ b/modules/gralloc/gralloc.cpp
@@ -242,7 +242,7 @@
 
     if ((flags & private_handle_t::PRIV_FLAGS_USES_PMEM) == 0) {
 try_ashmem:
-        fd = ashmem_create_region("Buffer", size);
+        fd = ashmem_create_region("gralloc-buffer", size);
         if (fd < 0) {
             LOGE("couldn't create ashmem (%s)", strerror(-errno));
             err = -errno;