Skip to main content

heapspace

warning

This function starts with lowercase letter.

คำอธิบาย

Returns the amount of memory available for the heap/stack in bytes.

NameDescription

ตัวอย่าง

public OnGameModeInit()
{
printf("Heapspace: %i kilobytes", heapspace() / 1024);
return 1;
}

ฟังก์ชั่นที่เกี่ยวข้องกัน