commit | fdaaf8cc0affed065f32d76ef4b5dfa4a8b9b654 | [log] [tgz] |
---|---|---|
author | Imre Kis <imre.kis@arm.com> | Mon Dec 16 23:53:41 2019 +0100 |
committer | Imre Kis <imre.kis@arm.com> | Tue Jan 28 16:25:33 2020 +0000 |
tree | c0492360c007b41f900c7943a698d7ebadfd7fc7 | |
parent | 8ff4b34bf1e567d890c312e0fa633b2fa904eb38 [diff] |
Testing object_pool Add unit tests for object_pool functions. It need a C wrapper because the macros for creating pool do not work when compiling in C++. The declaration and initialization order of structure members must be the same in C++ while this is not a requirement in C. Change-Id: Id06bcd39cabfcbb57584c8ef7f8a118e3226c3c2 Signed-off-by: Imre Kis <imre.kis@arm.com>