onnxruntime
125900c9 - Enable integration with mimalloc memory allocator (#1673)

Commit
6 years ago
Enable integration with mimalloc memory allocator (#1673) * add mimalloc submodule * basic hooks into execution provider header and build script option * pull mimalloc into build * windows has to use the override vcxproj already set up, and disable bfcarena when using mimalloc * fix import_location * generalize build msbuild command * add mimalloc dependency to python package as well as various commenting cleanups * update mimalloc commit as stop gap * include mimalloc changes from master * create capi directory if doesn't exist for mimalloc copying over * disable runtime hooks and remove old comment * temporary change to test CI * fetch the mimalloc output name property * uniformly call target_link_libraries * query cmake to get the correct windows sdk to target * revert change to trailing directory slash * pickup windows sdk off msbuild path if possible * copy the produced dll/so at install time, not configure time * deal with mimalloc unimplemented atomic * move to dev branch of mimalloc to avoid atomic issues on gcc * for windows specify solution settings (x86) rather than individual project settings * pin mimalloc submodule to updated commit * typo * Revert "temporary change to test CI" This reverts commit 764867376936a5d307dded3cc37f00a34e3b0c96.
Author
Committer
Parents
Loading