Searched refs:gAllocatedSize (Results 1 – 2 of 2) sorted by relevance
66 static unsigned int gAllocatedSize = 0; variable152 gAllocatedSize = max (RESERVED_SIZE, AlignPage (size)); in wsbrk()154 (unsigned int)VirtualAlloc (NULL, gAllocatedSize, in wsbrk()157 gAllocatedSize)) in wsbrk()160 void* new_address = (void*)(gAddressBase+gAllocatedSize); in wsbrk()179 gAllocatedSize = new_size; in wsbrk()
968 static unsigned int gAllocatedSize = 0;1054 gAllocatedSize = max (RESERVED_SIZE, AlignPage (size));1056 (unsigned int)VirtualAlloc (NULL, gAllocatedSize,1059 gAllocatedSize))1062 void* new_address = (void*)(gAddressBase+gAllocatedSize);1081 gAllocatedSize = new_size;
Completed in 15 milliseconds