Searched refs:reserve (Results 1 – 25 of 28) sorted by relevance
12
87 ; reserve space for context-data on context-stack
62 ; reserve space for context-data on context-stack
63 # reserve space for context-data on context-stack
48 @ reserve space for context-data on context-stack
69 # reserve space for context-data on context-stack
50 # reserve space for context-data on context-stack
51 @ reserve space for context-data on context-stack
64 # reserve space for context-data on context-stack
75 # reserve space for context-data on context-stack
87 # reserve space for context-data on context-stack
79 ; reserve space for context-data on context-stack
57 # reserve space for context-data on context-stack
28 # reserve space for two frames on the stack
71 ; reserve space for context-data on context-stack
33 ; reserve space for first argument of context-function40 ; reserve space for context-data on context-stack
81 # reserve space on stack
68 # reserve space on stack
47 # reserve space on stack
48 # reserve space on stack
55 # reserve space on stack
66 # reserve space on context-stack, including 16 bytes of linkage
106 # reserve space for context-data on context-stack
74 ; reserve space on stack
39 …eliberately repeated - If this test runs out of disk space attempting to reserve space for this te…
335 zend_ulong reserve = EG(reserved_stack_size); in zend_fiber_stack_limit() local343 reserve = reserve * 2; in zend_fiber_stack_limit()347 return (int8_t*)stack->pointer + reserve; in zend_fiber_stack_limit()
Completed in 48 milliseconds