C4D_MEMORY_STATΒΆ

C4D_MEMORY_STAT_MEMORY_INUSE

long

Bytes in use.

C4D_MEMORY_STAT_MEMORY_PEAK

long

Peak usage in bytes.

C4D_MEMORY_STAT_NO_OF_ALLOCATIONS_TOTAL

long

Total number of allocations.

C4D_MEMORY_STAT_NO_OF_ALLOCATIONS_CURRENT

long

Current number of allocations.

C4D_MEMORY_STAT_EOGL_TEXBUFFER

long

Texture buffer usage.

C4D_MEMORY_STAT_EOGL_VERTEXBUFFER

long

Vertex buffer usage.

C4D_MEMORY_STAT_LOWMEMCNT

int

Number of low memory conditions (out of memory).

C4D_MEMORY_STAT_EOGL_VERTEXBUFFER_CNT

int

Number of VBOs (Vertex Buffer Objects).

C4D_MEMORY_STAT_EOGL_TEXTUREBUFFER_CNT

int

Number of texture buffers.

C4D_MEMORY_STAT_OPENGL_TOTAL

int

Total OpenGL memory in KB.

C4D_MEMORY_STAT_OPENGL_FREE

int

Free OpenGL memory in KB.