xmalloc            56 mbstring/oniguruma/regcomp.c     UChar* r = (UChar* )xmalloc(len + 1);
xmalloc           125 mbstring/oniguruma/regcomp.c   buf->p = (UChar* )xmalloc(size);
xmalloc           141 mbstring/oniguruma/regcomp.c   p = (UnsetAddr* )xmalloc(sizeof(UnsetAddr)* size);
xmalloc           637 mbstring/oniguruma/regcomp.c     p = (OnigRepeatRange* )xmalloc(sizeof(OnigRepeatRange) * REPEAT_RANGE_ALLOC);
xmalloc          3706 mbstring/oniguruma/regcomp.c       *int_skip = (int* )xmalloc(sizeof(int) * ONIG_CHAR_TABLE_SIZE);
xmalloc          4683 mbstring/oniguruma/regcomp.c     reg->exact = (UChar* )xmalloc(e->len);
xmalloc          5084 mbstring/oniguruma/regcomp.c     reg->p = (UChar* )xmalloc(reg->alloc);
xmalloc          5090 mbstring/oniguruma/regcomp.c     reg->exact = (UChar* )xmalloc(from->exact_end - from->exact);
xmalloc          5098 mbstring/oniguruma/regcomp.c     reg->int_map = (int* )xmalloc(size);
xmalloc          5105 mbstring/oniguruma/regcomp.c     reg->int_map_backward = (int* )xmalloc(size);
xmalloc          5355 mbstring/oniguruma/regcomp.c   *reg = (regex_t* )xmalloc(sizeof(regex_t));
xmalloc            83 mbstring/oniguruma/regexec.c   node = (OnigCaptureTreeNode* )xmalloc(sizeof(OnigCaptureTreeNode));
xmalloc           106 mbstring/oniguruma/regexec.c         (OnigCaptureTreeNode** )xmalloc(sizeof(OnigCaptureTreeNode*) * n);
xmalloc           178 mbstring/oniguruma/regexec.c     region->beg = (int* )xmalloc(n * sizeof(int));
xmalloc           179 mbstring/oniguruma/regexec.c     region->end = (int* )xmalloc(n * sizeof(int));
xmalloc           240 mbstring/oniguruma/regexec.c   r = (OnigRegion* )xmalloc(sizeof(OnigRegion));
xmalloc           271 mbstring/oniguruma/regexec.c       to->beg = (int* )xmalloc(RREGC_SIZE);
xmalloc           272 mbstring/oniguruma/regexec.c       to->end = (int* )xmalloc(RREGC_SIZE);
xmalloc           411 mbstring/oniguruma/regexec.c         (msa).state_check_buff = (void* )xmalloc(size);\
xmalloc           495 mbstring/oniguruma/regexec.c     x = (StackType* )xmalloc(sizeof(StackType) * n * 2);
xmalloc          3164 mbstring/oniguruma/regexec.c     *skip = (int* )xmalloc(sizeof(int) * ONIG_CHAR_TABLE_SIZE);
xmalloc           102 mbstring/oniguruma/regext.c       *conv = (UChar* )xmalloc(len * 2);
xmalloc           110 mbstring/oniguruma/regext.c       *conv = (UChar* )xmalloc(len);
xmalloc           119 mbstring/oniguruma/regext.c       *conv = (UChar* )xmalloc(len * 2);
xmalloc           131 mbstring/oniguruma/regext.c       *conv = (UChar* )xmalloc(len * 4);
xmalloc           139 mbstring/oniguruma/regext.c       *conv = (UChar* )xmalloc(len);
xmalloc           148 mbstring/oniguruma/regext.c       *conv = (UChar* )xmalloc(len * 4);
xmalloc           114 mbstring/oniguruma/regparse.c   *rto = to = (BBuf* )xmalloc(sizeof(BBuf));
xmalloc           245 mbstring/oniguruma/regparse.c   r = (UChar* )xmalloc(slen + term_len);
xmalloc           284 mbstring/oniguruma/regparse.c     r = (UChar* )xmalloc(capa + 1);
xmalloc           298 mbstring/oniguruma/regparse.c   r = (UChar* )xmalloc(capa + 1);
xmalloc           358 mbstring/oniguruma/regparse.c   key = (st_strend_key* )xmalloc(sizeof(st_strend_key));
xmalloc           735 mbstring/oniguruma/regparse.c     e = (NameEntry* )xmalloc(sizeof(NameEntry));
xmalloc           752 mbstring/oniguruma/regparse.c       t = (NameTable* )xmalloc(sizeof(NameTable));
xmalloc           758 mbstring/oniguruma/regparse.c       t->e = (NameEntry* )xmalloc(sizeof(NameEntry) * alloc);
xmalloc           805 mbstring/oniguruma/regparse.c       e->back_refs = (int* )xmalloc(sizeof(int) * alloc);
xmalloc           963 mbstring/oniguruma/regparse.c 	p = (Node** )xmalloc(sizeof(Node*) * alloc);
xmalloc          1122 mbstring/oniguruma/regparse.c   node = (Node* )xmalloc(sizeof(Node));
xmalloc          1182 mbstring/oniguruma/regparse.c     bbuf = (BBuf* )xmalloc(sizeof(BBuf));
xmalloc          1291 mbstring/oniguruma/regparse.c     int* p = (int* )xmalloc(sizeof(int) * back_num);
xmalloc          1653 mbstring/oniguruma/regparse.c   bbuf = *pbuf = (BBuf* )xmalloc(sizeof(BBuf));
xmalloc          4982 mbstring/oniguruma/regparse.c             new_key = (type_cclass_key* )xmalloc(sizeof(type_cclass_key));
xmalloc           183 mbstring/oniguruma/regposix.c     pm = (regmatch_t* )xmalloc(sizeof(regmatch_t)
xmalloc            23 mbstring/oniguruma/st.c void *xmalloc(long);
xmalloc            70 mbstring/oniguruma/st.c #define alloc(type) (type*)xmalloc((unsigned)sizeof(type))