Author: Marc Munro Copyright (c) 2005, 2006 Marc Munro License: BSD $Id: veil_utils.c,v 1.3 2006/10/04 15:50:10 bloodnok Exp $
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) |
char * | vl_ObjTypeName (ObjType obj) |
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 type_mismatch().