genode/repos/base/src
Martin Stein f1b72d0281 cxx: define delete operator with alignm. arg
Using 'alignas' in declarations might cause GCC to request for an
implementation of 'operator delete(void*, unsigned long, std::align_val_t)'
although it might actually never be called. This commit adds a dummy
implementation to 'cxx/new_delete.cc' that does nothing more than printing an
error to the log that a proper implementation is missing. This approach is
coherent with our treatment of other global delete operators.

Ref #4217
2021-10-13 14:01:02 +02:00
..
core trace: disable tracing when owner disappears 2021-08-18 15:06:12 +02:00
include base: handle cap depletion during session upgrade 2021-04-20 12:10:57 +02:00
ld base: increase bss alignment to 8 bytes 2021-05-05 11:35:30 +02:00
lib cxx: define delete operator with alignm. arg 2021-10-13 14:01:02 +02:00
test base: fix shift overflow error in Bitfield::mask() 2021-08-30 15:00:35 +02:00
timer timer: restore semantics of periodic timeout 0 2021-04-20 12:03:03 +02:00
README Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00

This directory contains all source codes.