flintlib / flint

FLINT (Fast Library for Number Theory)
http://www.flintlib.org
GNU Lesser General Public License v3.0
403 stars 235 forks source link

Add keywords FLINT_MALLOC and FLINT_RETURNS_NONNULL #1957

Closed albinahlback closed 1 month ago

albinahlback commented 1 month ago

And use them for memory managing functions in flint.h.

Also push FLINT_WARN_UNUSED on memory managing functions in flint.h

Solves #1955