Searched defs:allocator_data (Results 1 – 5 of 5) sorted by relevance
203 …it_stack* SLJIT_CALL sljit_allocate_stack(sljit_uw limit, sljit_uw max_limit, void *allocator_data) in sljit_allocate_stack()279 …PI_FUNC_ATTRIBUTE void SLJIT_CALL sljit_free_stack(struct sljit_stack* stack, void *allocator_data) in sljit_free_stack()
206 #define SLJIT_MALLOC(size, allocator_data) malloc(size) argument210 #define SLJIT_FREE(ptr, allocator_data) free(ptr) argument
328 SLJIT_API_FUNC_ATTRIBUTE struct sljit_compiler* sljit_create_compiler(void *allocator_data) in sljit_create_compiler()415 void *allocator_data = compiler->allocator_data; in sljit_free_compiler() local
310 void *allocator_data; member
55 #define SLJIT_MALLOC(size, allocator_data) (PUBL(malloc))(size) argument56 #define SLJIT_FREE(ptr, allocator_data) (PUBL(free))(ptr) argument2130 static void free_read_only_data(void *current, void *allocator_data) in free_read_only_data()
Completed in 47 milliseconds