From: wansu.yoo Date: Wed, 20 Oct 2021 09:57:46 +0000 (+0900) Subject: Change memory allocation from heap to stack X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=3dacb077c9e7d0c998bb9a76804c95aced032b80;hp=3dacb077c9e7d0c998bb9a76804c95aced032b80;p=sim%2Fe2-interface.git Change memory allocation from heap to stack - Heap allocation takes more time in execution compared to the stack. - Stack automatically cleans up the object. Signed-off-by: wansu.yoo Change-Id: Id268884b886a1ee84f15a522542defcb64c4e721 ---