Change memory allocation from heap to stack 95/6895/1
authorwansu.yoo <wansu.yoo@samsung.com>
Wed, 20 Oct 2021 09:57:46 +0000 (18:57 +0900)
committerwansu.yoo <wansu.yoo@samsung.com>
Wed, 20 Oct 2021 09:57:46 +0000 (18:57 +0900)
- Heap allocation takes more time in execution compared to the stack.
- Stack automatically cleans up the object.

Signed-off-by: wansu.yoo <wansu.yoo@samsung.com>
Change-Id: Id268884b886a1ee84f15a522542defcb64c4e721


No differences found