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

rpmalloc_heap_aligned_calloc has incorrect RPMALLOC_ATTRIB_ALLOC_SIZE2 #343

Open melissamears opened 2 months ago

melissamears commented 2 months ago

https://github.com/mjansson/rpmalloc/blob/d60ad1f974a1a1bfc9ef8963c611e8f108b7665a/rpmalloc/rpmalloc.h#L355-L356

It should say RPMALLOC_ATTRIB_ALLOC_SIZE2(3, 4) I believe.