Merge pull request #19029 from diablodale:fix19004-memthreadstart
authorDale Phurrough <dale@hidale.com>
Tue, 8 Dec 2020 10:05:14 +0000 (11:05 +0100)
committerGitHub <noreply@github.com>
Tue, 8 Dec 2020 10:05:14 +0000 (10:05 +0000)
commitad94d8cc4fd1867ecc37c6eeea883b25939a0c99
tree4afef87e0fe8c7710f416791aaae781148e77b40
parent40ca8f46954567ec47c91d526a3cc803d082b236
Merge pull request #19029 from diablodale:fix19004-memthreadstart

add thread-safe startup of fastMalloc and fastFree

* add perf test core memory allocation

* fix threading in isAlignedAllocationEnabled()

* tweaks requested by maintainer
modules/core/perf/perf_allocation.cpp [new file with mode: 0755]
modules/core/src/alloc.cpp