#ifndef _UTILS_H #define _UTILS_H void *av_mallocz(unsigned int size); void *__av_mallocz_static(void** location, unsigned int size); #endif