Author: Marc Munro
Copyright (c) 2005 - 2011 Marc Munro
License: BSD
Definition in file veil_utils.c.
#include "postgres.h"
#include "utils/memutils.h"
#include "veil_funcs.h"
#include "veil_datatypes.h"

Go to the source code of this file.
Functions | |
| void * | vl_malloc (size_t size) |
| Dynamically allocate memory using palloc in TopMemoryContext. | |
| char * | vl_ObjTypeName (ObjType obj) |
| Return a static string describing an ObjType object. | |
| void* vl_malloc | ( | size_t | size | ) |
Dynamically allocate memory using palloc in TopMemoryContext.
| size | The size of the chunk of memory being requested. |
Definition at line 28 of file veil_utils.c.
Referenced by create_shared_hash(), get_shmem_context(), vl_NewBitmap(), vl_NewInt4(), and vl_NewRange().
| char* vl_ObjTypeName | ( | ObjType | obj | ) |
Return a static string describing an ObjType object.
| obj | The ObjType for which we want a description. |
Definition at line 45 of file veil_utils.c.
Referenced by vl_type_mismatch().
1.5.6