mimalloc/include
Anton Korobeynikov 2f1fc1df5c Add xmalloc()-like functionality.
xmalloc is a non-standard extension forcing malloc() to
abort should the memory allocation failed instead of returning a
null pointer. Such functionality is quite useful as it provides one
single point of error handling if the caller of malloc() does not
check the result (as it often does!) and segfault is ocurring somewhere
else. If more fine-grained control is necessary one could register a custom
error handler, however, this might not be an option while interposing.
2020-04-28 16:38:47 +03:00
..
mimalloc-atomic.h reduce type casts in atomic operations 2020-01-22 19:44:54 -08:00
mimalloc-internal.h strengthen alignment check for memalign and aligned_alloc 2020-02-17 09:59:11 -08:00
mimalloc-new-delete.h fix noexcept attribute on array delete operators 2020-02-02 22:04:53 -08:00
mimalloc-override.h put new-delete overrides in separate header file 2019-09-15 19:19:00 -07:00
mimalloc-types.h Add xmalloc()-like functionality. 2020-04-28 16:38:47 +03:00
mimalloc.h bump version to 1.6.3 for further development 2020-04-20 18:01:39 -07:00