glas.precompiled.context

Members

Functions

cpuid_cores
uint cpuid_cores()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cpuid_dCache
const(Cache)[] cpuid_dCache()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cpuid_init
void cpuid_init()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cpuid_uCache
const(Cache)[] cpuid_uCache()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glas_init
void glas_init()

Initialize GLAS Context. Optional.

glas_release
void glas_release()

Releases memory and closes threads. Optional.

memory
void[] memory(size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

_memory
void[] _memory;
Undocumented in source.
c1
uint c1;
Undocumented in source.
c2
uint c2;
Undocumented in source.
initialized
uint initialized;
Undocumented in source.
line
uint line;
Undocumented in source.

Structs

Cache
struct Cache

Cache Information

Meta

Authors

Ilya Yaroshenko