Browse Source

Dokumentation

dynamic-accesslists
erdgeist 17 years ago
parent
commit
ed0b67020a
  1. 2
      ot_vector.h

2
ot_vector.h

@ -6,10 +6,12 @@ @@ -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;

Loading…
Cancel
Save