Files
lk/external
Alex Richardson 7b12b201fd [dlmalloc] Fix -Wnull-pointer-arithmetic
Arithmetic on a NULL pointer is undefined behaviour and could be used by
the compiler to optimize out the arithmetic. Use the integer expansion of
chunk2mem(0) instead to silence this warning:
`arithmetic on a null pointer treated as a cast from integer to pointer is a GNU extension [-Wnull-pointer-arithmetic]`
2023-04-23 17:23:31 -07:00
..
2016-02-20 11:41:57 -08:00

This directory contains source modules that are composed of
software originating from external to the lk project.