Searched refs:emalloc (Results 1 – 7 of 7) sorted by relevance
43 void *emalloc(size_t);
202 emalloc(size_t s) in emalloc() function
250 static char * emalloc P1((len), size_t len)271 p = strcpy(emalloc(maxlen), name);480 inname = strcpy(emalloc(strlen(name)+1), name);
73 intern = (class_object *)emalloc(sizeof(class_object)); \177 pzv = (zval *)emalloc(sizeof(zval));
148 char *hashkey = emalloc(hashkey_len + 1); in PHP_METHOD()
443 #define emalloc(size) memcheck(malloc(size)) macro1608 zic_t *ats = emalloc(size_product(timecnt, sizeof *ats + 1)); in writezone()2248 startbuf = emalloc(max_abbr_len + 1); in outzone()2249 ab = emalloc(max_abbr_len + 1); in outzone()2250 envvar = emalloc(max_envvar_len + 1); in outzone()2920 array = emalloc(size_product(strlen(cp) + 1, sizeof *array)); in getfields()
214 intern = (class_object*)emalloc(sizeof(class_object)); \1477 #define ALLOC(class_name) (class_name*) emalloc(sizeof(class_name))1479 #define ALLOC_N(class_name, n) (class_name*) emalloc(sizeof(class_name) * n)