safe_emalloc 162 Zend/zend_alloc.h #define safe_emalloc(nmemb, size, offset) _safe_emalloc((nmemb), (size), (offset) ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_CC) safe_emalloc 75 ext/exif/exif.c # define safe_emalloc(a,b,c) emalloc((a)*(b)+(c))