Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/newlib/libc/stdlib/
Dmallocr.c1077 static unsigned int gNextAddress = 0; variable
1100 if (gAddressBase && (gNextAddress - gAddressBase)) in gcleanup()
1103 gNextAddress - gAddressBase, in gcleanup()
1144 gNextAddress = gAddressBase = in wsbrk()
1147 } else if (AlignPage (gNextAddress + size) > (gAddressBase + in wsbrk()
1159 gAddressBase = gNextAddress = in wsbrk()
1175 if ((size + gNextAddress) > AlignPage (gNextAddress)) in wsbrk()
1178 res = VirtualAlloc ((void*)AlignPage (gNextAddress), in wsbrk()
1179 (size + gNextAddress - in wsbrk()
1180 AlignPage (gNextAddress)), in wsbrk()
[all …]