gf_mem_malloc     351 include/gpac/setup.h void *gf_mem_malloc(size_t size, const char *filename, int line);
gf_mem_malloc     360 include/gpac/setup.h #define gf_malloc(size) gf_mem_malloc(size, __FILE__, __LINE__)