Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A Dalloca.c415 long size, pseg, this_segment, stack; in i00afunc() local
440 this_segment = stkl - size; in i00afunc()
446 while (!(this_segment <= address && address <= stkl)) in i00afunc()
449 fprintf (stderr, "%011o %011o %011o\n", this_segment, address, stkl); in i00afunc()
457 this_segment = stkl - size; in i00afunc()
460 result = address - this_segment; in i00afunc()

Completed in 4 milliseconds