[coco] Add 'Bag' class (#726)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Thu, 19 Jul 2018 10:12:03 +0000 (19:12 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 19 Jul 2018 10:12:03 +0000 (19:12 +0900)
commitdb228dcbb9e6fa6b9ff8261fde6ce06fb2b9e5d8
tree0f9f45c622fef7b3283d45f4c2b866985f702586
parentf3b4fb037955c2e71deec1ec3ad82be3fafdbf80
[coco] Add 'Bag' class (#726)

This commit adds 'Bag' class which serves as memory allocation in
coco IR.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/coco/core/include/coco/IR/Bag.h [new file with mode: 0644]
contrib/coco/core/src/IR/Bag.test.cpp [new file with mode: 0644]