Modify data capacity of Parcel 69/285569/3
authorHwankyu Jhun <h.jhun@samsung.com>
Thu, 15 Dec 2022 00:19:46 +0000 (00:19 +0000)
committerHwanKyu Jhun <h.jhun@samsung.com>
Mon, 16 Jan 2023 08:09:29 +0000 (08:09 +0000)
This patch reduces the data capacity of Parcel to 8 bytes.

Change-Id: I38d89d11445dc58c778aeca9bc72d77e796f44f1
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
parcel/parcel.cc

index 9322d49..745b814 100644 (file)
@@ -28,7 +28,7 @@
 namespace tizen_base {
 namespace {
 
-constexpr const size_t kDataCapacity = 128;
+constexpr const size_t kDataCapacity = 8;
 
 }  // namespace