Files
mimallloc/src
JeanMiK 3f43cbe6a1 Fix C++ signature of function mi_is_in_heap_region
Original code did not compile with MI_USE_CXX=ON as function
mi_is_in_heap_region was declared noexcept through macro mi_attr_noexcept
but defined without specification, i.e. implicitly with noexception(false)

Just adding the macro in the definition is enough to fix the issue
(tested with gcc 8.3.5)
2019-08-12 12:43:01 +02:00
..
2019-07-02 12:49:28 -07:00
2019-07-15 02:22:41 +02:00
2019-08-10 15:23:43 -07:00
2019-07-11 16:32:11 -07:00
2019-07-14 12:55:52 -07:00
2019-07-08 15:42:42 -07:00
2019-07-15 02:22:41 +02:00