vector: added support rc_ptr and arc_ptr to vector
authorsub.mohanty@samsung.com <smohantty@gmail.com>
Sun, 25 Aug 2019 06:49:31 +0000 (15:49 +0900)
committerHermet Park <hermetpark@gmail.com>
Wed, 4 Sep 2019 08:28:44 +0000 (17:28 +0900)
commit212843167761394f10e5133681f45144ff253117
tree0cd15eaa79c9ee2aa15219236667c2b372a45f4c
parent420dc2cbce6129c0884cc8e75949087f77d096c9
vector: added support rc_ptr and arc_ptr to vector
why?
std::shared_ptr uses 2 pointer instead of 1.
we don't always need atomic ref count thats why rc_ptr
in situation where atomic ref cound needed use arc_ptr
src/vector/vsharedptr.h [new file with mode: 0644]