Home | History | Annotate | Download | only in dist

Lines Matching defs:SLJIT_MALLOC

55 #define SLJIT_MALLOC(size) (PUBL(malloc))(size)
3590 common->read_only_data = (sljit_uw *)SLJIT_MALLOC(common->read_only_data_size);
9852 common->optimized_cbracket = (pcre_uint8 *)SLJIT_MALLOC(re->top_bracket + 1);
9930 common->private_data_ptrs = (sljit_si *)SLJIT_MALLOC(total_length * (sizeof(sljit_si) + (common->has_then ? 1 : 0)));
9956 common->read_only_data = (sljit_uw *)SLJIT_MALLOC(common->read_only_data_size);
10340 functions = SLJIT_MALLOC(sizeof(executable_functions));