diff --git a/uppsrc/Core/lheap.cpp b/uppsrc/Core/lheap.cpp index 99c6449cb..2f4a9e767 100644 --- a/uppsrc/Core/lheap.cpp +++ b/uppsrc/Core/lheap.cpp @@ -89,7 +89,7 @@ void *Heap::LAlloc(size_t& size) aux.LargeFreeRemoteRaw(); #if 1 ptr = aux.TryLAlloc(i0, wcount); - if(ptr) { + if(ptr) { // found in aux, we need to move large page from aux to this heap LLOG("Found in aux"); BlkPrefix *h = (BlkPrefix *)ptr - 1; while(!h->IsFirst()) // find the start of large page to get page header