Use modified tizen_base::Parcel 66/281966/2
authorHwankyu Jhun <h.jhun@samsung.com>
Fri, 23 Sep 2022 11:06:39 +0000 (11:06 +0000)
committerHwankyu Jhun <h.jhun@samsung.com>
Tue, 27 Sep 2022 02:05:59 +0000 (02:05 +0000)
commitce812b6c2ad864314c7911d0f421acca45b92e5c
tree44e5cef0fc75516dff10487da54bcd4560d23796
parent447f76e51d74efa44702b48e2cd2884dd4b8b9b0
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: Iaf01e6e94e34e10a36b8ca17081c6aba3b3b51e1
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/debug-port-internal.cc
src/parcel-internal.cc
src/parcel-internal.hh
src/proxy-internal.cc
src/rpc-port-parcel.cc
src/stub-internal.cc