Home
last modified time | relevance | path

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

/external/u-boot/common/
Ddlmalloc.c187 unsigned int alignedGoal = AlignPage (gNextAddress + size); in wsbrk() local
189 if (alignedGoal >= gAddressBase) in wsbrk()
191 VirtualFree ((void*)alignedGoal, gNextAddress - alignedGoal, in wsbrk()
Ddlmalloc.src1102 unsigned int alignedGoal = AlignPage (gNextAddress + size);
1104 if (alignedGoal >= gAddressBase)
1106 VirtualFree ((void*)alignedGoal, gNextAddress - alignedGoal,