Restore comment
This commit is contained in:
@@ -185,6 +185,7 @@ static u8* add_jit_memory(usz size, usz align)
|
|||||||
if (olda != newa) [[unlikely]]
|
if (olda != newa) [[unlikely]]
|
||||||
{
|
{
|
||||||
#ifndef CAN_OVERCOMMIT
|
#ifndef CAN_OVERCOMMIT
|
||||||
|
// Commit more memory.
|
||||||
utils::memory_commit(pointer + olda, newa - olda, Prot);
|
utils::memory_commit(pointer + olda, newa - olda, Prot);
|
||||||
#endif
|
#endif
|
||||||
// Acknowledge committed memory
|
// Acknowledge committed memory
|
||||||
|
|||||||
Reference in New Issue
Block a user