Searched defs:sljit_stack (Results 1 - 1 of 1) sorted by relevance

/external/pcre/dist/sljit/
H A DsljitLir.h1120 /* The sljit_stack is a utiliy feature of sljit, which allocates a
1137 struct sljit_stack { struct
1151 SLJIT_API_FUNC_ATTRIBUTE struct sljit_stack* SLJIT_CALL sljit_allocate_stack(sljit_uw limit, sljit_uw max_limit, void *allocator_data);
1152 SLJIT_API_FUNC_ATTRIBUTE void SLJIT_CALL sljit_free_stack(struct sljit_stack *stack, void *allocator_data);
1160 SLJIT_API_FUNC_ATTRIBUTE sljit_sw SLJIT_CALL sljit_stack_resize(struct sljit_stack *stack, sljit_uw new_limit);

Completed in 89 milliseconds