Exemplo n.º 1
0
void
OVT_MemListFree_HistorySpace ( )
{
    OVT_MemList_FreeNBAMemory ( (byte*) "HistorySpace", 1 * M, 0 ) ;
}
Exemplo n.º 2
0
void
OVT_MemListFree_Session ( )
{
    OVT_MemList_FreeNBAMemory ( (byte*) "SessionObjectsSpace", 1 * M, 0 ) ;
}
Exemplo n.º 3
0
void
OVT_MemListFree_CfrTilInternal ( )
{
    OVT_MemList_FreeNBAMemory ( (byte*) "CfrTilInternalSpace", 1 * M, 0 ) ;
}
Exemplo n.º 4
0
void
OVT_MemListFree_CompilerTempObjects ( )
{
    OVT_MemList_FreeNBAMemory ( (byte*) "CompilerTempObjectSpace", 0, 0 ) ;
}
Exemplo n.º 5
0
void
OVT_MemListFree_LispTemp ( )
{
    OVT_MemList_FreeNBAMemory ( (byte*) "LispTempSpace", 2 * M, 0 ) ;
}
Exemplo n.º 6
0
void
OVT_MemListFree_ContextMemory ( )
{
    OVT_MemList_FreeNBAMemory ( (byte*) "ContextSpace", 10 * M, 0 ) ;
}
Exemplo n.º 7
0
void
OVT_MemListFree_TempObjects ( )
{
    OVT_MemList_FreeNBAMemory ( (byte*) "TempObjectSpace", 1 * M, 0 ) ;
}
Exemplo n.º 8
0
void
OVT_MemListFree_Objects ( )
{
    OVT_MemList_FreeNBAMemory ( (byte*) "ObjectSpace", 20 * M, 0 ) ;
}
Exemplo n.º 9
0
void
_OVT_MemListFree_CfrTilInternal ( )
{
    OVT_MemList_FreeNBAMemory ( ( byte* ) "CfrTilInternalSpace", 0, 1 ) ;
}
Exemplo n.º 10
0
void
OVT_MemListFree_Buffers ( )
{
    OVT_MemList_FreeNBAMemory ( ( byte* ) "BufferSpace", 2 * M, 0 ) ;
}