#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 | |
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) |
Variables | |
char | g_vectorProfileDumpPeriod [] = "VECTOR_PROFILE_DUMP_PERIOD" |
char | g_vectorProfileEnvVar [] = "VECTOR_PROFILE" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|