Skip to content

Commit

Permalink
Removing log
Browse files Browse the repository at this point in the history
  • Loading branch information
tesonep committed Apr 8, 2022
1 parent e9f3a44 commit c215203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extracted/vm/src/win/sqWin32SpurAlloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto(sqInt size, void *minAddress
continue;
}
alloc = VirtualAlloc(address, bytes, MEM_COMMIT|MEM_RESERVE, PAGE_READWRITE);
logError("%p %p %lld", alloc, address, bytes);

/* For some reason (large page support?) we can ask for a page-aligned
* address such as 0xNNNNf000 but VirtualAlloc will answer 0xNNNN0000.
* So accept allocs above minAddress rather than allocs above address
Expand Down

0 comments on commit c215203

Please sign in to comment.