Vector.cpp File Reference

#include <support/Vector.h>
#include <support/Debug.h>
#include <stdlib.h>
#include <support/atomic.h>
#include <stdio.h>
#include <support_p/SupportMisc.h>

Defines

#define m_maxAvail   _reserved[1]
#define m_maxSize   _reserved[0]
#define SUPPORTS_VECTOR_PROFILING   1

Functions

SSharedBufferBArrayAsValueHelper (void *&toPtr, size_t count, size_t elementSize, type_code typeCode)
const void * BArrayConstructHelper (const SValue &value, size_t count, size_t elementSize, type_code typeCode)

Variables

char g_vectorProfileDumpPeriod [] = "VECTOR_PROFILE_DUMP_PERIOD"
char g_vectorProfileEnvVar [] = "VECTOR_PROFILE"


Define Documentation

#define m_maxAvail   _reserved[1]
 

#define m_maxSize   _reserved[0]
 

#define SUPPORTS_VECTOR_PROFILING   1
 


Function Documentation

SSharedBuffer* BArrayAsValueHelper void *&  toPtr,
size_t  count,
size_t  elementSize,
type_code  typeCode
 

const void* BArrayConstructHelper const SValue value,
size_t  count,
size_t  elementSize,
type_code  typeCode
 


Variable Documentation

char g_vectorProfileDumpPeriod[] = "VECTOR_PROFILE_DUMP_PERIOD"
 

char g_vectorProfileEnvVar[] = "VECTOR_PROFILE"