JuliaLang / AllocCheck.jl

AllocCheck
Other
209 stars 8 forks source link

Add `@check_allocs_call` #46

Open jkrumbiegel opened 8 months ago

jkrumbiegel commented 8 months ago

Draft implementation for https://github.com/JuliaLang/AllocCheck.jl/issues/45

Not sure about keyword arguments, but they aren't mentioned in check_allocs either. And I haven't added any tests, yet.