GrapheneOS / hardened_malloc

Hardened allocator designed for modern systems. It has integration into Android's Bionic libc and can be used externally with musl and glibc as a dynamic library for use on other Linux-based platforms. It will gain more portability / integration over time.
https://grapheneos.org/
MIT License
1.26k stars 96 forks source link

Mark some functions as const (aka. pure) #195

Closed jvoisin closed 1 year ago

jvoisin commented 2 years ago

See https://gcc.gnu.org/onlinedocs/gcc/Common-Function-Attributes.html for details.