xmalloc            58 ext/mbstring/oniguruma/regcomp.c     UChar* r = (UChar* )xmalloc(len + 1);
xmalloc           146 ext/mbstring/oniguruma/regcomp.c     buf->p = (UChar* )xmalloc(size);
xmalloc           163 ext/mbstring/oniguruma/regcomp.c   p = (UnsetAddr* )xmalloc(sizeof(UnsetAddr)* size);
xmalloc           657 ext/mbstring/oniguruma/regcomp.c     p = (OnigRepeatRange* )xmalloc(sizeof(OnigRepeatRange) * REPEAT_RANGE_ALLOC);
xmalloc          3199 ext/mbstring/oniguruma/regcomp.c   sbuf = (UChar* )xmalloc(sbuf_size);
xmalloc          3917 ext/mbstring/oniguruma/regcomp.c       *int_skip = (int* )xmalloc(sizeof(int) * ONIG_CHAR_TABLE_SIZE);
xmalloc          4890 ext/mbstring/oniguruma/regcomp.c     reg->exact = (UChar* )xmalloc(e->len);
xmalloc          5540 ext/mbstring/oniguruma/regcomp.c   *reg = (regex_t* )xmalloc(sizeof(regex_t));
xmalloc           849 ext/mbstring/oniguruma/regenc.c     list = (const OnigCodePoint** )xmalloc(size);
xmalloc            85 ext/mbstring/oniguruma/regexec.c   node = (OnigCaptureTreeNode* )xmalloc(sizeof(OnigCaptureTreeNode));
xmalloc           108 ext/mbstring/oniguruma/regexec.c         (OnigCaptureTreeNode** )xmalloc(sizeof(OnigCaptureTreeNode*) * n);
xmalloc           180 ext/mbstring/oniguruma/regexec.c     region->beg = (int* )xmalloc(n * sizeof(int));
xmalloc           181 ext/mbstring/oniguruma/regexec.c     region->end = (int* )xmalloc(n * sizeof(int));
xmalloc           242 ext/mbstring/oniguruma/regexec.c   r = (OnigRegion* )xmalloc(sizeof(OnigRegion));
xmalloc           273 ext/mbstring/oniguruma/regexec.c       to->beg = (int* )xmalloc(RREGC_SIZE);
xmalloc           274 ext/mbstring/oniguruma/regexec.c       to->end = (int* )xmalloc(RREGC_SIZE);
xmalloc           356 ext/mbstring/oniguruma/regexec.c         (msa).state_check_buff = (void* )xmalloc(size);\
xmalloc           440 ext/mbstring/oniguruma/regexec.c     x = (OnigStackType* )xmalloc(sizeof(OnigStackType) * n * 2);
xmalloc          2976 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           181 ext/mbstring/oniguruma/regext.c   *reg = (regex_t* )xmalloc(sizeof(regex_t));
xmalloc           128 ext/mbstring/oniguruma/reggnu.c   *reg = (regex_t* )xmalloc(sizeof(regex_t));
xmalloc           115 ext/mbstring/oniguruma/regparse.c   *rto = to = (BBuf* )xmalloc(sizeof(BBuf));
xmalloc           238 ext/mbstring/oniguruma/regparse.c   r = (UChar* )xmalloc(slen + term_len);
xmalloc           277 ext/mbstring/oniguruma/regparse.c     r = (UChar* )xmalloc(capa + 1);
xmalloc           291 ext/mbstring/oniguruma/regparse.c   r = (UChar* )xmalloc(capa + 1);
xmalloc           372 ext/mbstring/oniguruma/regparse.c   key = (st_str_end_key* )xmalloc(sizeof(st_str_end_key));
xmalloc           727 ext/mbstring/oniguruma/regparse.c     e = (NameEntry* )xmalloc(sizeof(NameEntry));
xmalloc           746 ext/mbstring/oniguruma/regparse.c       t = (NameTable* )xmalloc(sizeof(NameTable));
xmalloc           752 ext/mbstring/oniguruma/regparse.c       t->e = (NameEntry* )xmalloc(sizeof(NameEntry) * alloc);
xmalloc           800 ext/mbstring/oniguruma/regparse.c       e->back_refs = (int* )xmalloc(sizeof(int) * alloc);
xmalloc           956 ext/mbstring/oniguruma/regparse.c 	p = (Node** )xmalloc(sizeof(Node*) * alloc);
xmalloc          1112 ext/mbstring/oniguruma/regparse.c   node = (Node* )xmalloc(sizeof(Node));
xmalloc          1176 ext/mbstring/oniguruma/regparse.c     bbuf = (BBuf* )xmalloc(sizeof(BBuf));
xmalloc          1310 ext/mbstring/oniguruma/regparse.c     int* p = (int* )xmalloc(sizeof(int) * back_num);
xmalloc          1678 ext/mbstring/oniguruma/regparse.c   bbuf = *pbuf = (BBuf* )xmalloc(sizeof(BBuf));
xmalloc          5232 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            54 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);//accommodate 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);