xmalloc 60 ext/mbstring/oniguruma/regcomp.c UChar* r = (UChar* )xmalloc(len + 1); xmalloc 129 ext/mbstring/oniguruma/regcomp.c buf->p = (UChar* )xmalloc(size); xmalloc 145 ext/mbstring/oniguruma/regcomp.c p = (UnsetAddr* )xmalloc(sizeof(UnsetAddr)* size); xmalloc 639 ext/mbstring/oniguruma/regcomp.c p = (OnigRepeatRange* )xmalloc(sizeof(OnigRepeatRange) * REPEAT_RANGE_ALLOC); xmalloc 3708 ext/mbstring/oniguruma/regcomp.c *int_skip = (int* )xmalloc(sizeof(int) * ONIG_CHAR_TABLE_SIZE); xmalloc 4694 ext/mbstring/oniguruma/regcomp.c reg->exact = (UChar* )xmalloc(e->len); xmalloc 5063 ext/mbstring/oniguruma/regcomp.c reg->p = (UChar* )xmalloc(reg->alloc); xmalloc 5069 ext/mbstring/oniguruma/regcomp.c reg->exact = (UChar* )xmalloc(from->exact_end - from->exact); xmalloc 5077 ext/mbstring/oniguruma/regcomp.c reg->int_map = (int* )xmalloc(size); xmalloc 5084 ext/mbstring/oniguruma/regcomp.c reg->int_map_backward = (int* )xmalloc(size); xmalloc 5329 ext/mbstring/oniguruma/regcomp.c *reg = (regex_t* )xmalloc(sizeof(regex_t)); xmalloc 83 ext/mbstring/oniguruma/regexec.c node = (OnigCaptureTreeNode* )xmalloc(sizeof(OnigCaptureTreeNode)); xmalloc 106 ext/mbstring/oniguruma/regexec.c (OnigCaptureTreeNode** )xmalloc(sizeof(OnigCaptureTreeNode*) * n); xmalloc 178 ext/mbstring/oniguruma/regexec.c region->beg = (int* )xmalloc(n * sizeof(int)); xmalloc 179 ext/mbstring/oniguruma/regexec.c region->end = (int* )xmalloc(n * sizeof(int)); xmalloc 240 ext/mbstring/oniguruma/regexec.c r = (OnigRegion* )xmalloc(sizeof(OnigRegion)); xmalloc 271 ext/mbstring/oniguruma/regexec.c to->beg = (int* )xmalloc(RREGC_SIZE); xmalloc 272 ext/mbstring/oniguruma/regexec.c to->end = (int* )xmalloc(RREGC_SIZE); xmalloc 399 ext/mbstring/oniguruma/regexec.c (msa).state_check_buff = (void* )xmalloc(size);\ xmalloc 473 ext/mbstring/oniguruma/regexec.c x = (StackType* )xmalloc(sizeof(StackType) * n * 2); xmalloc 3159 ext/mbstring/oniguruma/regexec.c *skip = (int* )xmalloc(sizeof(int) * ONIG_CHAR_TABLE_SIZE); xmalloc 102 ext/mbstring/oniguruma/regext.c *conv = (UChar* )xmalloc(len * 2); xmalloc 110 ext/mbstring/oniguruma/regext.c *conv = (UChar* )xmalloc(len); xmalloc 119 ext/mbstring/oniguruma/regext.c *conv = (UChar* )xmalloc(len * 2); xmalloc 131 ext/mbstring/oniguruma/regext.c *conv = (UChar* )xmalloc(len * 4); xmalloc 139 ext/mbstring/oniguruma/regext.c *conv = (UChar* )xmalloc(len); xmalloc 148 ext/mbstring/oniguruma/regext.c *conv = (UChar* )xmalloc(len * 4); xmalloc 114 ext/mbstring/oniguruma/regparse.c *rto = to = (BBuf* )xmalloc(sizeof(BBuf)); xmalloc 245 ext/mbstring/oniguruma/regparse.c r = (UChar* )xmalloc(slen + term_len); xmalloc 284 ext/mbstring/oniguruma/regparse.c r = (UChar* )xmalloc(capa + 1); xmalloc 298 ext/mbstring/oniguruma/regparse.c r = (UChar* )xmalloc(capa + 1); xmalloc 358 ext/mbstring/oniguruma/regparse.c key = (st_strend_key* )xmalloc(sizeof(st_strend_key)); xmalloc 735 ext/mbstring/oniguruma/regparse.c e = (NameEntry* )xmalloc(sizeof(NameEntry)); xmalloc 752 ext/mbstring/oniguruma/regparse.c t = (NameTable* )xmalloc(sizeof(NameTable)); xmalloc 758 ext/mbstring/oniguruma/regparse.c t->e = (NameEntry* )xmalloc(sizeof(NameEntry) * alloc); xmalloc 805 ext/mbstring/oniguruma/regparse.c e->back_refs = (int* )xmalloc(sizeof(int) * alloc); xmalloc 963 ext/mbstring/oniguruma/regparse.c p = (Node** )xmalloc(sizeof(Node*) * alloc); xmalloc 1122 ext/mbstring/oniguruma/regparse.c node = (Node* )xmalloc(sizeof(Node)); xmalloc 1182 ext/mbstring/oniguruma/regparse.c bbuf = (BBuf* )xmalloc(sizeof(BBuf)); xmalloc 1291 ext/mbstring/oniguruma/regparse.c int* p = (int* )xmalloc(sizeof(int) * back_num); xmalloc 1633 ext/mbstring/oniguruma/regparse.c bbuf = *pbuf = (BBuf* )xmalloc(sizeof(BBuf)); xmalloc 5027 ext/mbstring/oniguruma/regparse.c new_key = (type_cclass_key* )xmalloc(sizeof(type_cclass_key)); xmalloc 183 ext/mbstring/oniguruma/regposix.c pm = (regmatch_t* )xmalloc(sizeof(regmatch_t) xmalloc 23 ext/mbstring/oniguruma/st.c void *xmalloc(long); xmalloc 70 ext/mbstring/oniguruma/st.c #define alloc(type) (type*)xmalloc((unsigned)sizeof(type)) xmalloc 799 sapi/isapi/stresstest/stresstest.cpp lpszRespBuf = (char *)xmalloc(*lpdwSize);//+ 80);//accomodate our header xmalloc 837 sapi/isapi/stresstest/stresstest.cpp lpszRespBuf = (char *)xmalloc(*lpdwSize +80) ; xmalloc 862 sapi/isapi/stresstest/stresstest.cpp char *szDate= (char *)xmalloc(64); xmalloc 930 sapi/isapi/stresstest/stresstest.cpp var = (char *)xmalloc(dwLen);