Searched refs:stack_memctl (Results 1 – 3 of 3) sorted by relevance
379 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()
576 pcre2_memctl stack_memctl; member778 pcre2_memctl stack_memctl; /* For "stack" frames */ member
316 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()