mirror of
git://erdgeist.org/opentracker
synced 2025-03-14 18:44:40 +08:00
Dokumentation
This commit is contained in:
parent
bb80834bf1
commit
ed0b67020a
@ -6,10 +6,12 @@
|
|||||||
|
|
||||||
#include "trackerlogic.h"
|
#include "trackerlogic.h"
|
||||||
|
|
||||||
|
/* These defines control vectors behaviour */
|
||||||
#define OT_VECTOR_MIN_MEMBERS 4
|
#define OT_VECTOR_MIN_MEMBERS 4
|
||||||
#define OT_VECTOR_GROW_RATIO 8
|
#define OT_VECTOR_GROW_RATIO 8
|
||||||
#define OT_VECTOR_SHRINK_THRESH 6
|
#define OT_VECTOR_SHRINK_THRESH 6
|
||||||
#define OT_VECTOR_SHRINK_RATIO 4
|
#define OT_VECTOR_SHRINK_RATIO 4
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
void *data;
|
void *data;
|
||||||
size_t size;
|
size_t size;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user