Home
last modified time | relevance | path

Searched refs:tre_mem_alloc (Results 1 – 12 of 12) sorted by relevance

/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
Dtre.h205 #define tre_mem_alloc(mem, size) tre_mem_alloc_impl(mem, 0, NULL, 0, size) macro
Dregcomp.c666 nc = tre_mem_alloc(ctx->mem, (neg.len+1)*sizeof *neg.a); in parse_bracket()
1110 c = tre_mem_alloc(mem, sizeof(*c)); in tre_add_tag_left()
1116 c->right = tre_mem_alloc(mem, sizeof(tre_ast_node_t)); in tre_add_tag_left()
1141 c = tre_mem_alloc(mem, sizeof(*c)); in tre_add_tag_right()
1147 c->left = tre_mem_alloc(mem, sizeof(tre_ast_node_t)); in tre_add_tag_right()
2089 new_tags = tre_mem_alloc(mem, (sizeof(*new_tags) in tre_set_union()
2117 new_tags = tre_mem_alloc(mem, sizeof(*new_tags) * (i + 1)); in tre_set_union()
Dregexec.c519 #define tre_bt_mem_alloc tre_mem_alloc
/third_party/musl/src/regex/
Dtre.h203 #define tre_mem_alloc(mem, size) tre_mem_alloc_impl(mem, 0, NULL, 0, size) macro
Dregcomp.c666 nc = tre_mem_alloc(ctx->mem, (neg.len+1)*sizeof *neg.a); in parse_bracket()
1109 c = tre_mem_alloc(mem, sizeof(*c)); in tre_add_tag_left()
1115 c->right = tre_mem_alloc(mem, sizeof(tre_ast_node_t)); in tre_add_tag_left()
1140 c = tre_mem_alloc(mem, sizeof(*c)); in tre_add_tag_right()
1146 c->left = tre_mem_alloc(mem, sizeof(tre_ast_node_t)); in tre_add_tag_right()
2088 new_tags = tre_mem_alloc(mem, (sizeof(*new_tags) in tre_set_union()
2116 new_tags = tre_mem_alloc(mem, sizeof(*new_tags) * (i + 1)); in tre_set_union()
Dregexec.c519 #define tre_bt_mem_alloc tre_mem_alloc
/third_party/musl/porting/uniproton/kernel/src/regex/
Dtre.h204 #define tre_mem_alloc(mem, size) tre_mem_alloc_impl(mem, 0, NULL, 0, size) macro
Dregcomp.c666 nc = tre_mem_alloc(ctx->mem, (neg.len+1)*sizeof *neg.a); in parse_bracket()
1109 c = tre_mem_alloc(mem, sizeof(*c)); in tre_add_tag_left()
1115 c->right = tre_mem_alloc(mem, sizeof(tre_ast_node_t)); in tre_add_tag_left()
1140 c = tre_mem_alloc(mem, sizeof(*c)); in tre_add_tag_right()
1146 c->left = tre_mem_alloc(mem, sizeof(tre_ast_node_t)); in tre_add_tag_right()
2088 new_tags = tre_mem_alloc(mem, (sizeof(*new_tags) in tre_set_union()
2116 new_tags = tre_mem_alloc(mem, sizeof(*new_tags) * (i + 1)); in tre_set_union()
Dregexec.c519 #define tre_bt_mem_alloc tre_mem_alloc
/third_party/musl/porting/liteos_m/kernel/src/regex/
Dtre.h204 #define tre_mem_alloc(mem, size) tre_mem_alloc_impl(mem, 0, NULL, 0, size) macro
Dregcomp.c666 nc = tre_mem_alloc(ctx->mem, (neg.len+1)*sizeof *neg.a); in parse_bracket()
1109 c = tre_mem_alloc(mem, sizeof(*c)); in tre_add_tag_left()
1115 c->right = tre_mem_alloc(mem, sizeof(tre_ast_node_t)); in tre_add_tag_left()
1140 c = tre_mem_alloc(mem, sizeof(*c)); in tre_add_tag_right()
1146 c->left = tre_mem_alloc(mem, sizeof(tre_ast_node_t)); in tre_add_tag_right()
2088 new_tags = tre_mem_alloc(mem, (sizeof(*new_tags) in tre_set_union()
2116 new_tags = tre_mem_alloc(mem, sizeof(*new_tags) * (i + 1)); in tre_set_union()
Dregexec.c519 #define tre_bt_mem_alloc tre_mem_alloc