Home
last modified time | relevance | path

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

/external/u-boot/common/
Ddlmalloc.c53 static unsigned int gAllocatedSize = 0; variable
139 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()
Ddlmalloc.src968 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;