Skip to content

Commit 752d838

Browse files
committed
Remove mimalloc from 3rdparty and use it as external dependence
Have a simple example header Allocator.h for using and testing mimalloc
1 parent 17feb96 commit 752d838

35 files changed

+43
-14467
lines changed

3rdparty/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -489,9 +489,8 @@ SET(LIBRARY_FILES
489489
tiny_obj_loader.h tiny_gltf.h picojson.h nanoflann.hpp exprtk.hpp mio.hpp any.hpp VHACD.h
490490
backward.hpp strtk.hpp ghc/filesystem.hpp rapidxml/rapidxml.hpp rapidjson/rapidjson.h
491491
nanoid/nanoid.cpp nanoid/nanoid.h nanoid/crypto_random.cpp nanoid/crypto_random.h
492-
sqlite3.c sqlite3.h ofbx.cpp ofbx.h miniz.h tinyexr.h dkm_parallel.hpp
492+
sqlite3.c sqlite3.h ofbx.cpp ofbx.h miniz.h tinyexr.h dkm_parallel.hpp lsqcpp.hpp
493493
mikktspace.c mikktspace.h laplacian_deformation.cpp laplacian_deformation.hpp
494-
mimalloc/static.c mimalloc/mimalloc.h mimalloc/mimalloc-new-delete.h lsqcpp.hpp
495494
lightmapper.h xatlas.cpp xatlas.h mapbox/variant.hpp mapbox/geometry.hpp mapbox/polylabel.hpp
496495
GL/glew.c GL/glew.h xxYUV/rgb2yuv.cpp xxYUV/yuv2rgb.cpp xxYUV/cpu.cpp timeout.c timeout.h
497496
BSplineFitting/cubic_b_spline.cpp BSplineFitting/open_cubic_b_spline.cpp BSplineFitting/spline_curve_fitting.cpp

3rdparty/mimalloc/alloc-aligned.c

Lines changed: 0 additions & 306 deletions
This file was deleted.

0 commit comments

Comments
 (0)