Commit Graph

9 Commits

Author SHA1 Message Date
Jonathan Hui 1326d64a64 [style] replace NULL with nullptr (#5109) 2020-06-17 22:44:54 -07:00
Jonathan Hui 5b22b4d7c7 [utils] remove wrap_string.h (#4483) 2020-01-22 13:39:25 -08:00
Abtin Keshavarzian 5be9084add [unit-test] remove Log() from test_utils.h (#4367) 2019-12-11 09:16:48 -08:00
Abtin Keshavarzian f10c6c36fd [unit-test] remove (unnecessary) ENABLE_TEST_MAIN definition (#4367) 2019-12-11 09:16:48 -08:00
Abtin Keshavarzian ab27fcd9e6 [unit-test] remove extra \n at end of error message (#4367)
This commit removes the extra `\n` at the end of error message strings
used in `VerifyOrQuit()` or `SuccessOrQuit()` macros in different unit
test modules. This help make the style (usage of macros) consistent
across all unit tests.
2019-12-11 09:16:48 -08:00
Yakun Xu 88b6822ac1 [utils] make heap for general use (#2667)
* move heap into utils namespace
* add api to get free space of heap
2018-04-18 09:48:13 -07:00
Jonathan Hui 69d98d4a53 [code-style] apply clang-format 2018-02-09 21:43:42 +00:00
Buke Po d4836a4426 [mbedtls] move heap into otInstance. (#1996) 2017-07-14 08:37:12 -07:00
Buke Po dffb1b881c [mbedtls] implement heap for mbedtls (#1970)
* Implement heap for mbedTLS.

* Add unit test for mbedTLS heap.
2017-07-11 10:28:21 -07:00