Veil
|
Code for non-bitmap datatypes. More...
Go to the source code of this file.
Functions | |
Range * | vl_NewRange (bool shared) |
Create a new session or shared Range object. More... | |
Int4Var * | vl_NewInt4 (bool shared) |
Create a new session or shared Int4Var object. More... | |
Code for non-bitmap datatypes.
Definition in file veil_datatypes.c.
Range* vl_NewRange | ( | bool | shared | ) |
Create a new session or shared Range object.
shared | Whether the object is to be created in shared (true) or session (false) memory. |
Definition at line 28 of file veil_datatypes.c.
References Range::type, vl_malloc(), and vl_shmalloc().
Int4Var* vl_NewInt4 | ( | bool | shared | ) |
Create a new session or shared Int4Var object.
shared | Whether the object is to be created in shared (true) or session (false) memory. |
Definition at line 52 of file veil_datatypes.c.
References Int4Var::type, vl_malloc(), and vl_shmalloc().