Searched refs:gAllocatedSize (Results 1 – 2 of 2) sorted by relevance
53 static unsigned int gAllocatedSize = 0; variable139 gAllocatedSize = max (RESERVED_SIZE, AlignPage (size)); in wsbrk()141 (unsigned int)VirtualAlloc (NULL, gAllocatedSize, in wsbrk()144 gAllocatedSize)) in wsbrk()147 void* new_address = (void*)(gAddressBase+gAllocatedSize); in wsbrk()166 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;