Home
last modified time | relevance | path

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

/common/
A Ddlmalloc.c80 static unsigned int gAddressBase = 0; variable
102 if (gAddressBase && (gNextAddress - gAddressBase)) in gcleanup()
104 rval = VirtualFree ((void*)gAddressBase, in gcleanup()
105 gNextAddress - gAddressBase, in gcleanup()
164 if (gAddressBase == 0) in wsbrk()
167 gNextAddress = gAddressBase = in wsbrk()
182 gAddressBase = gNextAddress = in wsbrk()
189 while (gAddressBase == 0); in wsbrk()
216 if (alignedGoal >= gAddressBase) in wsbrk()
225 VirtualFree ((void*)gAddressBase, gNextAddress - gAddressBase, in wsbrk()
[all …]
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 …]

Completed in 18 milliseconds