Files
scylladb/core
Nadav Har'El 5db2c1b506 build: Compile-time option to use default memory allocator
Add a compile-time option, DEFAULT_ALLOCATOR, to use the existing
memory allocator (malloc() and friends) instead of redefining it.

This option is a workaround needed to run Seastar on OSv.

Without this workaround, what seems to happen is that some code compiled
into the kernel (notably, libboost_program_options.a) uses the standard
malloc(), while inline code compiled into Seastar uses the seastar free()
to try and free that memory, resulting in a spectacular crash.

Signed-off-by: Nadav Har'El <nyh@cloudius-systems.com>
2014-10-06 14:59:36 +03:00
..
2014-10-05 18:09:09 +03:00
2014-09-16 18:48:14 +03:00
2014-10-05 19:58:12 +03:00
2014-10-02 14:32:32 +03:00
2014-09-23 18:57:11 +03:00
2014-09-10 13:44:46 +03:00
2014-10-02 14:32:34 +03:00
2014-09-30 10:43:01 +03:00
2014-09-23 18:57:11 +03:00