Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
EProcessResource Namespace Reference

Enumerations

enum  Type : int { VirtualMemory = 0x0 , VirtualMemory = 0x0 }
 
enum  Type { VirtualMemory = 0x0 , VirtualMemory = 0x0 }
 

Enumeration Type Documentation

◆ Type [1/2]

Enumerator
VirtualMemory 

Limits address space - basically limits the largest address the process can get. Affects mmap() (won't be able to map files larger than that) among others. May also limit automatic stack expansion, depending on platform (e.g. Linux)

VirtualMemory 

Limits address space - basically limits the largest address the process can get. Affects mmap() (won't be able to map files larger than that) among others. May also limit automatic stack expansion, depending on platform (e.g. Linux)

Definition at line 11896 of file Enums.h.

◆ Type [2/2]

Enumerator
VirtualMemory 

Limits address space - basically limits the largest address the process can get. Affects mmap() (won't be able to map files larger than that) among others. May also limit automatic stack expansion, depending on platform (e.g. Linux)

VirtualMemory 

Limits address space - basically limits the largest address the process can get. Affects mmap() (won't be able to map files larger than that) among others. May also limit automatic stack expansion, depending on platform (e.g. Linux)

Definition at line 42 of file GenericPlatformProcess.h.