compiles but doesnt work
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
#include "Hashtable.h"
|
||||
|
||||
kerepTypeId_define(kerepTypeId_Hashtable);
|
||||
kerepTypeId_define(kerepTypeId_HashtablePtr);
|
||||
|
||||
// amount of rows
|
||||
static const uint16 HT_HEIGHTS[]={17,61,257,1021,4099,16381,65521};
|
||||
#define HT_HEIN_MIN 0
|
||||
|
||||
@@ -1,7 +1,11 @@
|
||||
#include "KeyValuePair.h"
|
||||
|
||||
Autoarr_define(KVPair)
|
||||
kerepTypeId_define(kerepTypeId_KVPair);
|
||||
kerepTypeId_define(kerepTypeId_KVPairPtr);
|
||||
|
||||
Autoarr_define(KVPair)
|
||||
kerepTypeId_define(kerepTypeId_AutoarrKVPair);
|
||||
kerepTypeId_define(kerepTypeId_AutoarrKVPairPtr);
|
||||
|
||||
// proper way to clear a KVP
|
||||
void KVPair_free(KVPair p){
|
||||
|
||||
Reference in New Issue
Block a user