mjansson / rpmalloc

Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C
Other
2.16k stars 187 forks source link

Fix GCC -Wmissing-attributes warnings for -DENABLE_OVERRIDE=1 #308

Closed mxmlnkn closed 1 year ago

mxmlnkn commented 1 year ago

This PR copies the attributes used in rpmalloc.h to the alias definitions in malloc.c to fix the -Wmissing-attributes.

Closes #296