Use modified tizen_base::Parcel 50/281950/2
authorHwankyu Jhun <h.jhun@samsung.com>
Fri, 23 Sep 2022 10:41:39 +0000 (10:41 +0000)
committerHwanKyu Jhun <h.jhun@samsung.com>
Tue, 27 Sep 2022 05:26:47 +0000 (05:26 +0000)
commit1563082691a1c5e060cbe4b1e2ed42f587dd9a0c
tree7148220c4beb5ea15d9a9292303d2b96250cebf7
parentcd0652d51ffc7002a7d159ec06b5ca6e41191ea7
Use modified tizen_base::Parcel

To improve the performance of the parcel creation, the implementation of
the Parcel is changed. It uses malloc() instead of std::vector.

Requires:
 - https://review.tizen.org/gerrit/#/c/platform/core/base/bundle/+/281779/

Change-Id: I19b804a5be94dd814a83a1067f3924e1085ccece
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
aul/socket/client.cc
aul/socket/packet.cc
src/aul_sock.cc