add windows native aligned malloc + unit test case
authorDale Phurrough <dale@hidale.com>
Wed, 23 Dec 2020 13:59:28 +0000 (14:59 +0100)
committerDale Phurrough <dale@hidale.com>
Wed, 23 Dec 2020 13:59:28 +0000 (14:59 +0100)
commit109255a73080777c00e369906db97112edc5326a
treef7a6cc775cbc28fda5ef9ed85f39546fad7597c0
parent619cc01ca166f85b64ab95fb5b1d305e8d1ad421
add windows native aligned malloc + unit test case

* implements https://github.com/opencv/opencv/issues/19147
* CAUTION: this PR will only functions safely in the
  4+ branches that already include PR 19029
* CAUTION: this PR requires thread-safe startup of the alloc.cpp
  translation unit as implemented in PR 19029
CMakeLists.txt
modules/core/CMakeLists.txt
modules/core/src/alloc.cpp
modules/core/test/test_misc.cpp