Lines Matching refs:allocator_data

55 #define SLJIT_MALLOC(size, allocator_data) (PUBL(malloc))(size)  argument
56 #define SLJIT_FREE(ptr, allocator_data) (PUBL(free))(ptr) argument
2343 result = (sljit_uw *)SLJIT_MALLOC(size + sizeof(sljit_uw), compiler->allocator_data); in allocate_read_only_data()
2355 static void free_read_only_data(void *current, void *allocator_data) in free_read_only_data() argument
2359 SLJIT_UNUSED_ARG(allocator_data); in free_read_only_data()
2364 SLJIT_FREE(current, allocator_data); in free_read_only_data()
10921 common->optimized_cbracket = (sljit_u8 *)SLJIT_MALLOC(re->top_bracket + 1, compiler->allocator_data in PRIV()
10937 SLJIT_FREE(common->optimized_cbracket, compiler->allocator_data); in PRIV()
10992 …_MALLOC(total_length * (sizeof(sljit_s32) + (common->has_then ? 1 : 0)), compiler->allocator_data); in PRIV()
10995 SLJIT_FREE(common->optimized_cbracket, compiler->allocator_data); in PRIV()
11012 SLJIT_FREE(common->private_data_ptrs, compiler->allocator_data); in PRIV()
11013 SLJIT_FREE(common->optimized_cbracket, compiler->allocator_data); in PRIV()
11027 SLJIT_FREE(common->optimized_cbracket, compiler->allocator_data); in PRIV()
11028 SLJIT_FREE(common->private_data_ptrs, compiler->allocator_data); in PRIV()
11119 SLJIT_FREE(common->optimized_cbracket, compiler->allocator_data); in PRIV()
11120 SLJIT_FREE(common->private_data_ptrs, compiler->allocator_data); in PRIV()
11121 free_read_only_data(common->read_only_data_head, compiler->allocator_data); in PRIV()
11159 SLJIT_FREE(common->optimized_cbracket, compiler->allocator_data); in PRIV()
11160 SLJIT_FREE(common->private_data_ptrs, compiler->allocator_data); in PRIV()
11161 free_read_only_data(common->read_only_data_head, compiler->allocator_data); in PRIV()
11238 SLJIT_FREE(common->optimized_cbracket, compiler->allocator_data); in PRIV()
11239 SLJIT_FREE(common->private_data_ptrs, compiler->allocator_data); in PRIV()
11240 free_read_only_data(common->read_only_data_head, compiler->allocator_data); in PRIV()
11350 SLJIT_FREE(common->optimized_cbracket, compiler->allocator_data); in PRIV()
11351 SLJIT_FREE(common->private_data_ptrs, compiler->allocator_data); in PRIV()
11364 free_read_only_data(common->read_only_data_head, compiler->allocator_data); in PRIV()
11382 functions = SLJIT_MALLOC(sizeof(executable_functions), compiler->allocator_data); in PRIV()
11388 free_read_only_data(common->read_only_data_head, compiler->allocator_data); in PRIV()
11588 SLJIT_FREE(functions, compiler->allocator_data); in PRIV()