Searched refs:xmalloc (Results 1 – 9 of 9) sorted by relevance
102 *conv = (UChar* )xmalloc(len * 2); in conv_encoding()110 *conv = (UChar* )xmalloc(len); in conv_encoding()119 *conv = (UChar* )xmalloc(len * 2); in conv_encoding()131 *conv = (UChar* )xmalloc(len * 4); in conv_encoding()139 *conv = (UChar* )xmalloc(len); in conv_encoding()148 *conv = (UChar* )xmalloc(len * 4); in conv_encoding()
18 #define xmalloc ruby_xmalloc macro23 void *xmalloc(long);70 #define alloc(type) (type*)xmalloc((unsigned)sizeof(type))
183 pm = (regmatch_t* )xmalloc(sizeof(regmatch_t) in regexec()
114 *rto = to = (BBuf* )xmalloc(sizeof(BBuf)); in bbuf_clone()245 r = (UChar* )xmalloc(slen + term_len); in strdup_with_null()284 r = (UChar* )xmalloc(capa + 1); in k_strcat_capa()298 r = (UChar* )xmalloc(capa + 1); in strcat_capa_from_static()735 e = (NameEntry* )xmalloc(sizeof(NameEntry)); in name_add()752 t = (NameTable* )xmalloc(sizeof(NameTable)); in name_add()963 p = (Node** )xmalloc(sizeof(Node*) * alloc); in scan_env_add_mem_entry()1122 node = (Node* )xmalloc(sizeof(Node)); in node_new()1182 bbuf = (BBuf* )xmalloc(sizeof(BBuf)); in node_new_cclass_by_codepoint_range()1291 int* p = (int* )xmalloc(sizeof(int) * back_num); in node_new_backref()[all …]
83 node = (OnigCaptureTreeNode* )xmalloc(sizeof(OnigCaptureTreeNode)); in history_node_new()106 (OnigCaptureTreeNode** )xmalloc(sizeof(OnigCaptureTreeNode*) * n); in history_tree_add_child()178 region->beg = (int* )xmalloc(n * sizeof(int)); in onig_region_resize()179 region->end = (int* )xmalloc(n * sizeof(int)); in onig_region_resize()240 r = (OnigRegion* )xmalloc(sizeof(OnigRegion)); in onig_region_new()271 to->beg = (int* )xmalloc(RREGC_SIZE); in onig_region_copy()272 to->end = (int* )xmalloc(RREGC_SIZE); in onig_region_copy()411 (msa).state_check_buff = (void* )xmalloc(size);\495 x = (StackType* )xmalloc(sizeof(StackType) * n * 2); in stack_double()3164 *skip = (int* )xmalloc(sizeof(int) * ONIG_CHAR_TABLE_SIZE); in set_bm_backward_skip()
56 UChar* r = (UChar* )xmalloc(len + 1); in k_strdup()125 buf->p = (UChar* )xmalloc(size); in onig_bbuf_init()141 p = (UnsetAddr* )xmalloc(sizeof(UnsetAddr)* size); in unset_addr_list_init()637 p = (OnigRepeatRange* )xmalloc(sizeof(OnigRepeatRange) * REPEAT_RANGE_ALLOC); in entry_repeat_range()3706 *int_skip = (int* )xmalloc(sizeof(int) * ONIG_CHAR_TABLE_SIZE); in set_bm_skip()4683 reg->exact = (UChar* )xmalloc(e->len); in set_optimize_exact_info()5084 reg->p = (UChar* )xmalloc(reg->alloc);5090 reg->exact = (UChar* )xmalloc(from->exact_end - from->exact);5098 reg->int_map = (int* )xmalloc(size);5105 reg->int_map_backward = (int* )xmalloc(size);[all …]
97 #define xmalloc malloc macro
27 #define xmalloc(s) HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, (s)) macro799 lpszRespBuf = (char *)xmalloc(*lpdwSize);//+ 80);//accomodate our header in ServerSupportFunction()837 lpszRespBuf = (char *)xmalloc(*lpdwSize +80) ; in ServerSupportFunction()862 char *szDate= (char *)xmalloc(64); in MakeDateStr()930 var = (char *)xmalloc(dwLen); in GetEnv()
5041 void * xmalloc (size_t num);
Completed in 74 milliseconds