Home
last modified time | relevance | path

Searched refs:stack_memctl (Results 1 – 3 of 3) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_context.c379 mcontext->stack_memctl.malloc = mymalloc; in pcre2_set_recursion_memory_management()
380 mcontext->stack_memctl.free = myfree; in pcre2_set_recursion_memory_management()
381 mcontext->stack_memctl.memory_data = mydata; in pcre2_set_recursion_memory_management()
Dpcre2_intmodedep.h576 pcre2_memctl stack_memctl; member
778 pcre2_memctl stack_memctl; /* For "stack" frames */ member
Dpcre2_match.c316 newframe = (heapframe *)(mb->stack_memctl.malloc)\
317 (sizeof(heapframe), mb->stack_memctl.memory_data);\
6410 mb->stack_memctl.free(oldframe, mb->stack_memctl.memory_data); in release_match_heapframes()
6631 mb->stack_memctl = mcontext->stack_memctl; in pcre2_match()