Dokumentation

master
Dirk Engling 2007-11-12 01:40:00 +00:00
parent c048749014
commit 219fa41371
1 changed files with 2 additions and 0 deletions

View File

@ -6,10 +6,12 @@
#include "trackerlogic.h"
/* These defines control vectors behaviour */
#define OT_VECTOR_MIN_MEMBERS 4
#define OT_VECTOR_GROW_RATIO 8
#define OT_VECTOR_SHRINK_THRESH 6
#define OT_VECTOR_SHRINK_RATIO 4
typedef struct {
void *data;
size_t size;