logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

al_free_with_context - Allegro 5 API

Description

       This  calls  free()  from  the  Allegro  library  (this  matters  on  Windows),  unless  overridden  with
       al_set_memory_interface(3alleg5).

       Generally you should use the al_free(3alleg5) macro.

Allegro reference manual                                                           al_free_with_context(3alleg5)

Name

       al_free_with_context - Allegro 5 API

Synopsis

              #include <allegro5/allegro.h>

              void al_free_with_context(void *ptr,
                 int line, const char *file, const char *func)

See Also