Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Ddlmalloc.c52 static unsigned int gAddressBase = 0; variable
74 if (gAddressBase && (gNextAddress - gAddressBase)) in gcleanup()
76 rval = VirtualFree ((void*)gAddressBase, in gcleanup()
77 gNextAddress - gAddressBase, in gcleanup()
137 if (gAddressBase == 0) in wsbrk()
140 gNextAddress = gAddressBase = in wsbrk()
155 gAddressBase = gNextAddress = in wsbrk()
162 while (gAddressBase == 0); in wsbrk()
189 if (alignedGoal >= gAddressBase) in wsbrk()
198 VirtualFree ((void*)gAddressBase, gNextAddress - gAddressBase, in wsbrk()
[all …]
H A Ddlmalloc.src967 static unsigned int gAddressBase = 0;
989 if (gAddressBase && (gNextAddress - gAddressBase))
991 rval = VirtualFree ((void*)gAddressBase,
992 gNextAddress - gAddressBase,
1052 if (gAddressBase == 0)
1055 gNextAddress = gAddressBase =
1070 gAddressBase = gNextAddress =
1077 while (gAddressBase == 0);
1104 if (alignedGoal >= gAddressBase)
1113 VirtualFree ((void*)gAddressBase, gNextAddress - gAddressBase,
[all …]